mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 07:10:56 +00:00
Apparently std::os::unix::osStrExt is now std::os::unix::ffi::OsStrExt.
This commit is contained in:
parent
640949934e
commit
30a48e05c2
@ -84,7 +84,7 @@ impl Git {
|
||||
/// Discover a Git repository on or above this directory, scanning it for
|
||||
/// the files' statuses if one is found.
|
||||
fn scan(path: &Path) -> Result<Git, git2::Error> {
|
||||
use std::os::unix::OsStrExt;
|
||||
use std::os::unix::ffi::OsStrExt;
|
||||
use std::ffi::AsOsStr;
|
||||
|
||||
// TODO: libgit2-rs uses the new Path module, but exa still uses the
|
||||
|
Loading…
Reference in New Issue
Block a user