diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-10-12 11:59:57 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-10-12 11:59:57 +1100 |
| commit | f4376c426b9315472d09c15daed72efbce0342b9 (patch) | |
| tree | 9e56851002d1d1edcc47faddb89b086d347dc8fd | |
| parent | 395b0787d454a21638ae94e7799fcefdb4591696 (diff) | |
| download | rust-f4376c426b9315472d09c15daed72efbce0342b9.tar.gz rust-f4376c426b9315472d09c15daed72efbce0342b9.zip | |
Avoid cross-file glob import
| -rw-r--r-- | src/tools/run-make-support/src/diff/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/run-make-support/src/diff/tests.rs b/src/tools/run-make-support/src/diff/tests.rs index c629519690e..6096560ca52 100644 --- a/src/tools/run-make-support/src/diff/tests.rs +++ b/src/tools/run-make-support/src/diff/tests.rs @@ -1,4 +1,4 @@ -use crate::*; +use crate::diff; #[test] fn test_diff() { |
