Skip to content

Commit 9f2a507

Browse files
author
Jonathan Turner
committed
Fix codemap tests to not double import
1 parent f5259ab commit 9f2a507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax/codemap.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ impl CodeMapper for CodeMap {
827827
#[cfg(test)]
828828
mod tests {
829829
use super::*;
830-
use syntax_pos::*;
831830
use errors::{Level, CodeSuggestion};
832831
use errors::emitter::EmitterWriter;
833832
use errors::snippet::{SnippetData, RenderedLine, FormatMode};

0 commit comments

Comments
 (0)