rust/tests
Philipp Hansch b7929cafe1
Fix false positive in empty_line_after_outer_attr
Before, when you had a block comment between an attribute and the
following item like this:

```rust
\#[crate_type = "lib"]
/*

*/
pub struct Rust;
```

It would cause a false positive on the lint, because there is an empty
line inside the block comment.

This makes sure that basic block comments are detected and removed from
the snippet that was created before.
2018-03-30 12:36:50 +02:00
..
auxiliary
run-pass Update needless_lifetimes_impl_trait.rs 2018-03-26 07:05:46 +02:00
ui Fix false positive in empty_line_after_outer_attr 2018-03-30 12:36:50 +02:00
camel_case.rs
cc_seme.rs
compile-test.rs Format code 2018-03-16 10:54:49 +01:00
conf_whitelisted.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
dogfood.rs Format code 2018-03-16 10:54:49 +01:00
ice_exacte_size.rs
issue-825.rs
matches.rs Format code 2018-03-16 10:54:49 +01:00
mut_mut_macro.rs mut_mut_macro is missing plugin(clippy) 2018-01-29 09:48:06 +05:30
needless_continue_helpers.rs Format code 2018-03-16 10:54:49 +01:00
trim_multiline.rs
used_underscore_binding_macro.rs
versioncheck.rs Format code 2018-03-16 10:54:49 +01:00
without_block_comments.rs Fix false positive in empty_line_after_outer_attr 2018-03-30 12:36:50 +02:00