diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-07-14 13:25:06 -0400 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-07-14 13:25:06 -0400 |
| commit | 01c87d77632ef9045f4c600a4b81711398372b9b (patch) | |
| tree | d41da8152e27dabad573b00901f65c3a100abfda | |
| parent | 0b727f080108607188db8b56e47548a277cde0ff (diff) | |
| download | rust-01c87d77632ef9045f4c600a4b81711398372b9b.tar.gz rust-01c87d77632ef9045f4c600a4b81711398372b9b.zip | |
Remove more unused imports
| -rw-r--r-- | src/libsyntax/codemap.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/codemap.rs b/src/libsyntax/codemap.rs index 42bb804cff2..a8aca90e623 100644 --- a/src/libsyntax/codemap.rs +++ b/src/libsyntax/codemap.rs @@ -827,7 +827,6 @@ impl CodeMapper for CodeMap { #[cfg(test)] mod tests { use super::*; - use errors::snippet::StyledString; use std::rc::Rc; #[test] |
