mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-04-09 17:50:59 +00:00
Remove FIXME
This commit is contained in:
parent
d4fb1a05cf
commit
f29b642ffc
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue