about summary refs log tree commit diff
path: root/src/rewrite.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rewrite.rs')
-rw-r--r--src/rewrite.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rewrite.rs b/src/rewrite.rs
index 6a7167537c9..e2be8ef086c 100644
--- a/src/rewrite.rs
+++ b/src/rewrite.rs
@@ -13,8 +13,8 @@
 use syntax::codemap::{CodeMap, Span};
 use syntax::parse::ParseSess;
 
-use Shape;
 use config::{Config, IndentStyle};
+use shape::Shape;
 
 pub trait Rewrite {
     /// Rewrite self into shape.