Fix warnings in cranelift-codegen docs builds (#5292)

This commit is contained in:
Nick Fitzgerald
2022-11-17 13:13:24 -08:00
committed by GitHub
parent 76c7b55072
commit 3b6544dc66
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
//! T is intended to be a primitive unsigned type. Currently it can be any type between u8 and u32
//!
//! If you would like to add support for larger bitsets in the future, you need to change the trait
//! bound Into<u32> and the u32 in the implementation of `max_bits()`.
//! bound `Into<u32>` and the `u32` in the implementation of `max_bits()`.
use core::convert::{From, Into};
use core::mem::size_of;