Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/find_path.rs')
-rw-r--r--crates/hir-def/src/find_path.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir-def/src/find_path.rs b/crates/hir-def/src/find_path.rs
index 2820729d60..dccfff002f 100644
--- a/crates/hir-def/src/find_path.rs
+++ b/crates/hir-def/src/find_path.rs
@@ -1287,7 +1287,6 @@ $0
#[test]
fn explicit_private_imports_crate() {
- cov_mark::check!(explicit_private_imports);
check_found_path(
r#"
//- /main.rs