about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-01-01 19:25:28 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2020-01-02 13:57:04 +0100
commit75e4783f63fc7a788d8dff47504b29dcd63d97fe (patch)
treead3199f1bb8f8e6a1a7b68ff7d1994017f8ef914 /src/libsyntax/lib.rs
parent766fba3fdca8fe075c370a63d2f76f8407483af5 (diff)
downloadrust-75e4783f63fc7a788d8dff47504b29dcd63d97fe.tar.gz
rust-75e4783f63fc7a788d8dff47504b29dcd63d97fe.zip
Normalize `syntax::source_map` imports.
Diffstat (limited to 'src/libsyntax/lib.rs')
-rw-r--r--src/libsyntax/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index b537f16ffcd..40d86f5fb75 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -86,9 +86,8 @@ pub mod util {
 
 pub mod ast;
 pub mod attr;
-pub mod expand;
-pub use rustc_span::source_map;
 pub mod entry;
+pub mod expand;
 pub mod feature_gate {
     mod check;
     pub use check::{check_attribute, check_crate, feature_err, feature_err_issue, get_features};