Skip to content

Commit

Permalink
chore(deps): add missing line
Browse files Browse the repository at this point in the history
Forgot to add a "use" statement in 7565830
  • Loading branch information
Oakchris1955 committed Jul 26, 2024
1 parent 7565830 commit e088d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use ::alloc::{
vec::*,
};

use bit_struct::*;
use bitfield_struct::bitfield;
use bitflags::bitflags;

use ::time;
Expand Down

0 comments on commit e088d8a

Please sign in to comment.