about summary refs log tree commit diff
path: root/src/libsyntax/expand/allocator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax/expand/allocator.rs')
-rw-r--r--src/libsyntax/expand/allocator.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/expand/allocator.rs b/src/libsyntax/expand/allocator.rs
index 7ab8e370926..fbeeb47c23e 100644
--- a/src/libsyntax/expand/allocator.rs
+++ b/src/libsyntax/expand/allocator.rs
@@ -1,6 +1,6 @@
 use crate::{ast, attr, visit};
-use syntax_pos::symbol::{sym, Symbol};
-use syntax_pos::Span;
+use rustc_span::symbol::{sym, Symbol};
+use rustc_span::Span;
 
 #[derive(Clone, Copy)]
 pub enum AllocatorKind {