Hello,
it seems that an unwrap considered safe, is panicking.
|
let path = e.path().strip_prefix(self.ignore.path()).unwrap(); |
thread '<unnamed>' panicked at /home/..../index.crates.io-6f17d22bba15001f/globwalk-0.9.1/src/lib.rs:381:78:
called `Result::unwrap()` on an `Err` value: StripPrefixError(())
Hello,
it seems that an
unwrapconsidered safe, is panicking.globwalk/src/lib.rs
Line 381 in 8973fa2