Skip to content

Commit

Permalink
codemap -> source_map
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Aug 24, 2018
1 parent 22cebc6 commit 034fbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/rustc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use rustc_save_analysis as save;
use rustc_save_analysis::CallbackHandler;
use rustc_codegen_utils::codegen_backend::CodegenBackend;
use syntax::ast;
use syntax::codemap::{FileLoader, RealFileLoader};
use syntax::source_map::{FileLoader, RealFileLoader};
use rls_data::Analysis;
use rls_vfs::Vfs;
use log::{log, trace};
Expand Down

0 comments on commit 034fbe8

Please sign in to comment.