Skip to content

Commit

Permalink
make GptUUID enum public
Browse files Browse the repository at this point in the history
  • Loading branch information
sorcerersr committed Jan 22, 2024
1 parent 0071366 commit 66d7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//!

use fs_wrap::build_path;
use gpt::GptUUID;
use mounts::Mounts;

mod error;
Expand All @@ -18,6 +17,7 @@ mod size;
pub use error::DrivesError;
pub use mounts::Mount;
pub use size::{Size, Unit};
pub use gpt::GptUUID;

use std::fs::DirEntry;

Expand Down

0 comments on commit 66d7a41

Please sign in to comment.