Add back in import needed for codemap tests
This commit is contained in:
parent
d162b97c4b
commit
a9dfac8725
1 changed files with 1 additions and 0 deletions
|
|
@ -828,6 +828,7 @@ impl CodeMapper for CodeMap {
|
|||
mod tests {
|
||||
use super::*;
|
||||
use std::io::{self, Write};
|
||||
use errors::snippet::StyledString;
|
||||
use std::rc::Rc;
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue