Skip to content

Commit

Permalink
https://github.com/xi-editor/xi-editor/issues/922
Browse files Browse the repository at this point in the history
Removing unused import.
  • Loading branch information
sjoshid committed Nov 25, 2018
1 parent e63c645 commit 8e3369a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/core-lib/src/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ use tabs::OPEN_FILE_EVENT_TOKEN;
use watcher::FileWatcher;
use std::io::Seek;
use std::io::SeekFrom;
use xi_rope::tree::Node;

//sj_todo why was this imported to begin with?
//use file::FileInfo;
Expand Down

0 comments on commit 8e3369a

Please sign in to comment.