diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-30 16:05:10 +0100 |
---|---|---|
committer | Lars Bergstrom <lars@lars.com> | 2016-01-14 14:56:18 -0600 |
commit | 74f6c9b74fcc8839ac9c0ce610b41ae948d2d771 (patch) | |
tree | ca170f36519629ffb96eefadebc8d38f35036662 /components/plugins/heap_size.rs | |
parent | a28b5cb43859b6300c0b157c6b3d25d78606dda8 (diff) | |
download | servo-74f6c9b74fcc8839ac9c0ce610b41ae948d2d771.tar.gz servo-74f6c9b74fcc8839ac9c0ce610b41ae948d2d771.zip |
Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)
Diffstat (limited to 'components/plugins/heap_size.rs')
-rw-r--r-- | components/plugins/heap_size.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/heap_size.rs b/components/plugins/heap_size.rs index c2dc2d2566c..0f8ea67fa62 100644 --- a/components/plugins/heap_size.rs +++ b/components/plugins/heap_size.rs @@ -18,8 +18,8 @@ use syntax::attr::AttrMetaMethods; use syntax::codemap::Span; use syntax::ext::base::{Annotatable, ExtCtxt}; use syntax::ext::build::AstBuilder; -use syntax::ext::deriving::generic::*; use syntax::ptr::P; +use syntax_ext::deriving::generic::*; pub fn expand_heap_size(cx: &mut ExtCtxt, span: Span, mitem: &MetaItem, item: &Annotatable, push: &mut FnMut(Annotatable)) { |