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 c4e1907 commit 740daceCopy full SHA for 740dace
src/sys/flags.rs
@@ -55,7 +55,7 @@ macro_rules! contains {
55
where
56
I: Into<Self> + Copy,
57
{
58
- bit.into().0 == 0 || (self.0 & bit.into().0) != 0
+ (self.0 & bit.into().0) != 0
59
}
60
};
61
0 commit comments