We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4937823 commit f5a4a1bCopy full SHA for f5a4a1b
src/wrapper.rs
@@ -641,7 +641,14 @@ impl Wrapper {
641
}
642
643
},
644
- _ => unreachable!(),
+ Wrapper::NoRefs
645
+ | Wrapper::Hex
646
+ | Wrapper::Exp
647
+ | Wrapper::NumberFmt
648
+ | Wrapper::RangeOps
649
+ | Wrapper::MathOps
650
+ | Wrapper::BoolOps
651
+ | Wrapper::BitOps => unreachable!(),
652
653
654
@@ -984,7 +991,11 @@ impl WrapperMut {
984
991
985
992
986
993
987
994
+ WrapperMut::NoRefs
995
+ | WrapperMut::RangeMut
996
+ | WrapperMut::MathAssign
997
+ | WrapperMut::BoolAssign
998
+ | WrapperMut::BitAssign => unreachable!(),
988
999
989
1000
990
1001
0 commit comments