1
Fork 0

codemap -> source_map

https://github.com/rust-lang/rust/pull/52953
This commit is contained in:
Manish Goregaokar 2018-08-19 19:06:53 -07:00
parent 07c2e61436
commit 76321d3300
52 changed files with 61 additions and 61 deletions

View file

@ -3,7 +3,7 @@ use rustc::lint::*;
use rustc::{declare_lint, lint_array};
use if_chain::if_chain;
use rustc::ty::{self, Ty};
use syntax::codemap::Span;
use syntax::source_map::Span;
use crate::utils::{higher, is_copy, snippet, span_lint_and_sugg};
use crate::consts::constant;