mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
Remove duplicate test attribute
This commit is contained in:
parent
84c59a1f9f
commit
0721a55a48
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ fs::Path
|
|||
",
|
||||
);
|
||||
}
|
||||
#[test]
|
||||
|
||||
#[test]
|
||||
fn dont_import_trivial_paths() {
|
||||
cov_mark::check!(dont_import_trivial_paths);
|
||||
|
|
Loading…
Reference in a new issue