Skip to content

Commit

Permalink
doc: add documents of some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Apr 19, 2023
1 parent da54c9e commit ecce360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#[cfg(feature = "ramdisk")]
pub mod ramdisk;

use driver_common::{BaseDriverOps, DevResult};
#[doc(no_inline)]
pub use driver_common::{BaseDriverOps, DevError, DevResult, DeviceType};

/// Operations that require a block storage device driver to implement.
pub trait BlockDriverOps: BaseDriverOps {
Expand Down

0 comments on commit ecce360

Please sign in to comment.