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 8e3369a commit f39f393
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/core-lib/src/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ use watcher::FileWatcher;
use std::io::Seek;
use std::io::SeekFrom;

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

const UTF8_BOM: &str = "\u{feff}";

/// Tracks all state related to open files.
Expand Down

0 comments on commit f39f393

Please sign in to comment.