Remove FIXME

This commit is contained in:
Ajeet D'Souza 2020-03-28 00:43:33 +05:30
parent d4fb1a05cf
commit f29b642ffc

View File

@ -117,8 +117,6 @@ impl DB {
};
}
// FIXME: When we switch to PathBuf for storing directories inside Dir, just
// pass `PathBuf::from(path_str)`
self.dirs.push(Dir {
path: path_abs,
rank,