Skip to content

Commit 2b5820d

Browse files
committed
Change module import system
1 parent f37054b commit 2b5820d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tests/ui/items_after_test_module/imported_module.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ fn main() {}
66

77
fn should_not_lint() {}
88

9+
#[path = "auxiliary/tests.rs"]
910
#[cfg(test)]
1011
mod tests; // Should not lint
1112

0 commit comments

Comments
 (0)