We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7322b6e commit 34b4ce0Copy full SHA for 34b4ce0
src/lib.rs
@@ -79,6 +79,8 @@ impl<T> UnwrapInfallible for Result<T, Infallible> {
79
mod tests {
80
use super::UnwrapInfallible;
81
82
+ // Hmm, Infallible is not Into<!> yet
83
+ #[cfg(not(feature = "blanket_impl"))]
84
#[test]
85
fn with_infallible() {
86
use core::convert::TryFrom;
0 commit comments