Skip to content

Commit f4376c4

Browse files
committed
Avoid cross-file glob import
1 parent 395b078 commit f4376c4

File tree

1 file changed

+1
-1
lines changed
  • src/tools/run-make-support/src/diff

1 file changed

+1
-1
lines changed

src/tools/run-make-support/src/diff/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::*;
1+
use crate::diff;
22

33
#[test]
44
fn test_diff() {

0 commit comments

Comments
 (0)