Remove unused import.
This commit is contained in:
parent
c9d8be0704
commit
eb47c4844b
|
@ -3,7 +3,7 @@
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io;
|
use std::io;
|
||||||
use std::io::{BufReader, BufWriter, Read, Write};
|
use std::io::{BufReader, BufWriter, Write};
|
||||||
|
|
||||||
use ropey;
|
use ropey;
|
||||||
use ropey::{Rope, RopeSlice};
|
use ropey::{Rope, RopeSlice};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user