Skip to content

Commit

Permalink
expose driveaccesserror
Browse files Browse the repository at this point in the history
  • Loading branch information
organizedgrime committed Jun 4, 2024
1 parent 4b3f256 commit d9d6e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filesystem/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pub(crate) use file_content::{FileContent, FileContentError};
pub(crate) use nodes::NodeBuilder;

pub use drive::{
DirectoryEntry, DirectoryHandle, Drive, DriveAccess, DriveError, DriveLoader, DriveLoaderError,
OperationError,
DirectoryEntry, DirectoryHandle, Drive, DriveAccess, DriveAccessError, DriveError, DriveLoader,
DriveLoaderError, OperationError,
};

0 comments on commit d9d6e2a

Please sign in to comment.