diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-16 14:36:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-16 14:36:42 -0500 |
commit | 17b63706c227ae4e6bfa260f357f34261f5e5dd2 (patch) | |
tree | dc10557f8eccde2f329697fe2211a83d8e32586e | |
parent | d620ab71c41431c3fb040162f554faefb9abfbd7 (diff) | |
parent | 5c1f8924c479368956ede1acd8b7829d910b1b90 (diff) | |
download | servo-17b63706c227ae4e6bfa260f357f34261f5e5dd2.tar.gz servo-17b63706c227ae4e6bfa260f357f34261f5e5dd2.zip |
Auto merge of #11761 - Wafflespeanut:tidy_test, r=emilio
Tidy test for ignoring attributes
This should've been done in #11755
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11761)
<!-- Reviewable:end -->
-rw-r--r-- | python/tidy/servo_tidy_tests/rust_tidy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy_tests/rust_tidy.rs b/python/tidy/servo_tidy_tests/rust_tidy.rs index bf6437f806d..2b9dd343f2d 100644 --- a/python/tidy/servo_tidy_tests/rust_tidy.rs +++ b/python/tidy/servo_tidy_tests/rust_tidy.rs @@ -19,6 +19,7 @@ mod test::{ extern crate webrender_traits; extern crate style_traits; +#[foo = "bar,baz"] impl test { fn test_fun(y:f32)->f32{ |