Closed Ralith closed 3 years ago
This crate was a workaround for
unwrap
panic messages having a crappy source location, but this was fixed upstream in rust-lang/rust#47809. It's now a superfluous dependency, which could be easily dropped.
Hello, I think I can try to fix it.
@Rouzip would be great, thanks!
Fixed in #1221.
This crate was a workaround for
unwrap
panic messages having a crappy source location, but this was fixed upstream in https://github.com/rust-lang/rust/issues/47809. It's now a superfluous dependency, which could be easily dropped.