Change module import system

This commit is contained in:
blyxyas 2023-04-28 20:23:05 +02:00
parent f37054b396
commit 2b5820d58b
No known key found for this signature in database
GPG Key ID: 4D38170B5A2FC334
2 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ fn main() {}
fn should_not_lint() {}
#[path = "auxiliary/tests.rs"]
#[cfg(test)]
mod tests; // Should not lint