]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/source_map.rs
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
[rust.git] / src / libsyntax / source_map.rs
index 1784bad03622368708191b70a3d849f94535d2cb..62a6972122abd5a80b5e56684a9d343a7f4a1813 100644 (file)
@@ -24,7 +24,7 @@
 use std::io;
 use log::debug;
 
-use crate::errors::SourceMapper;
+use errors::SourceMapper;
 
 /// Returns the span itself if it doesn't come from a macro expansion,
 /// otherwise return the call site span up to the `enclosing_sp` by