mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Change module import system
This commit is contained in:
parent
f37054b396
commit
2b5820d58b
@ -6,6 +6,7 @@ fn main() {}
|
||||
|
||||
fn should_not_lint() {}
|
||||
|
||||
#[path = "auxiliary/tests.rs"]
|
||||
#[cfg(test)]
|
||||
mod tests; // Should not lint
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user