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 02bbb12 commit 8398e8eCopy full SHA for 8398e8e
src/lib.rs
@@ -349,8 +349,8 @@ pub use crate::fallible::FromBitsError;
349
/// ```
350
///
351
/// The types substituted for `T` and `N` must always match, creating a
352
-/// `BitFlags` value where that isn't the case is considered to be impossible
353
-/// without unsafe code.
+/// `BitFlags` value where that isn't the case is only possible with
+/// incorrect unsafe code.
354
#[derive(Copy, Clone, Eq)]
355
#[repr(transparent)]
356
pub struct BitFlags<T, N = <T as _internal::RawBitFlags>::Numeric> {
0 commit comments