diff options
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)) { |