Next Generation WASM Microkernel Operating System

refactor: remove `<AddressType>::BITS` associated const

-1
-1
libs/kmem/src/address.rs
··· 32 32 impl $address_ty { 33 33 pub const MAX: Self = Self(usize::MAX); 34 34 pub const MIN: Self = Self(usize::MIN); 35 - pub const BITS: u32 = usize::BITS; 36 35 37 36 #[must_use] 38 37 pub const fn new(n: usize) -> Self {