diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/rustix/src/bitcast.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/rustix/src/bitcast.rs b/vendor/rustix/src/bitcast.rs index 735101766..77e0e6338 100644 --- a/vendor/rustix/src/bitcast.rs +++ b/vendor/rustix/src/bitcast.rs @@ -1,3 +1,5 @@ +//! The `bitcast` and `bitflags_bits` macros. + #![allow(unused_macros)] // Ensure that the source and destination types are both primitive integer |