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

@ -13,7 +13,7 @@ use rustc::hir;
use rustc::lint::*;
use rustc::{declare_lint, lint_array};
use syntax::ast;
use syntax::codemap::Span;
use syntax::source_map::Span;
/// **What it does:** it lints if an exported function, method, trait method with default impl,
/// or trait method impl is not `#[inline]`.