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

@@ -65,8 +65,6 @@
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]
#[macro_use]
extern crate bitflags;
#[macro_use]
extern crate tracing;
#[macro_use]