Remove extern crate bitflags from a couple of crates.

This commit is contained in:
Nicholas Nethercote
2024-04-29 16:11:04 +10:00
parent 7418aa1a07
commit 1ab34f063b
6 changed files with 4 additions and 9 deletions

View File

@@ -1224,7 +1224,7 @@ pub struct Destructor {
#[derive(Clone, Copy, PartialEq, Eq, HashStable, TyEncodable, TyDecodable)]
pub struct VariantFlags(u8);
bitflags! {
bitflags::bitflags! {
impl VariantFlags: u8 {
const NO_VARIANT_FLAGS = 0;
/// Indicates whether the field list of this variant is `#[non_exhaustive]`.