Skip to content

Commit 183639b

Browse files
authored
Merge pull request #3190 from eddyb/rextern-2
Reintroduce `extern crate` for non-Cargo dependencies, in tests.
2 parents fbb6b13 + 407ff8d commit 183639b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/matches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::collections::Bound;
77
#[test]
88
fn test_overlapping() {
99
use clippy_lints::matches::overlapping;
10-
use syntax::source_map::DUMMY_SP;
10+
use crate::syntax::source_map::DUMMY_SP;
1111

1212
let sp = |s, e| clippy_lints::matches::SpannedRange {
1313
span: DUMMY_SP,

0 commit comments

Comments
 (0)