Reintroduce extern crate
for non-Cargo dependencies, in tests.
This commit is contained in:
parent
fbb6b13140
commit
407ff8d6be
@ -7,7 +7,7 @@ use std::collections::Bound;
|
||||
#[test]
|
||||
fn test_overlapping() {
|
||||
use clippy_lints::matches::overlapping;
|
||||
use syntax::source_map::DUMMY_SP;
|
||||
use crate::syntax::source_map::DUMMY_SP;
|
||||
|
||||
let sp = |s, e| clippy_lints::matches::SpannedRange {
|
||||
span: DUMMY_SP,
|
||||
|
Loading…
x
Reference in New Issue
Block a user