Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Nov 21, 2023
1 parent 7b80592 commit 83aa4d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindgen/codegen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub(crate) mod bitfield_unit;
#[cfg(all(test, target_endian = "little"))]
mod bitfield_unit_tests;
mod macro_def;
pub use macro_def::*;

use self::dyngen::DynamicItems;
use self::helpers::attributes;
Expand Down

0 comments on commit 83aa4d4

Please sign in to comment.