diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-08-27 10:46:28 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-08-27 10:47:49 +0200 |
commit | a6dcfdcd55279330d068234a63dc3990930be5aa (patch) | |
tree | 35087e147db9958ba836fda50d6cde7c00c91320 /components/script_plugins/utils.rs | |
parent | da36740f0b1a48f5a4b4ed86318e110f1e63554b (diff) | |
download | servo-a6dcfdcd55279330d068234a63dc3990930be5aa.tar.gz servo-a6dcfdcd55279330d068234a63dc3990930be5aa.zip |
Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26)
Diffstat (limited to 'components/script_plugins/utils.rs')
-rw-r--r-- | components/script_plugins/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_plugins/utils.rs b/components/script_plugins/utils.rs index 92797f81430..f264a65ea0a 100644 --- a/components/script_plugins/utils.rs +++ b/components/script_plugins/utils.rs @@ -4,7 +4,7 @@ use rustc::hir::def_id::DefId; use rustc::lint::LateContext; -use syntax::codemap::{ExpnFormat, Span}; +use syntax::source_map::{ExpnFormat, Span}; /// check if a DefId's path matches the given absolute type path /// usage e.g. with |