rust-pretty-assertions/rust-pretty-assertions

Replace all occurences of `panic!` with `::std::panic!` so that it may work in `#![no_implicit_prelude]` context

Closed this issue · 1 comments

Replace all occurences of `panic!` with `::std::panic!` so that it may work in `#![no_implicit_prelude]` context

Thanks for reporting this - a fix will be in the next release.