aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/utils.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-08-27 10:46:28 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-08-27 10:47:49 +0200
commita6dcfdcd55279330d068234a63dc3990930be5aa (patch)
tree35087e147db9958ba836fda50d6cde7c00c91320 /components/script_plugins/utils.rs
parentda36740f0b1a48f5a4b4ed86318e110f1e63554b (diff)
downloadservo-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.rs2
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