Skip to content

Commit 8ce059d

Browse files
committed
disks: Expose APIs correctly
Signed-off-by: Ikey Doherty <[email protected]>
1 parent 1725a18 commit 8ce059d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/disks/src/disk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl BasicDisk {
117117
}
118118

119119
/// Trait for initializing different types of disk devices from sysfs.
120-
pub(crate) trait DiskInit: Sized {
120+
pub trait DiskInit: Sized {
121121
/// Creates a new disk instance by reading information from the specified sysfs path.
122122
///
123123
/// # Arguments

0 commit comments

Comments
 (0)