Remove unused import.

This commit is contained in:
Nathan Vegdahl 2017-12-31 00:45:05 -08:00
parent c9d8be0704
commit eb47c4844b

View File

@ -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};