Skip to content

Commit

Permalink
Add missing pub structs exposed in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Aug 6, 2024
1 parent dd5089e commit cdc3ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions winfsp_wrs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ pub use callback::{FileContextKind, FileSystemContext};
#[cfg(feature = "icon")]

Check warning on line 12 in winfsp_wrs/src/lib.rs

View workflow job for this annotation

GitHub Actions / ci

Diff in \\?\D:\a\winfsp_wrs\winfsp_wrs\winfsp_wrs\src\lib.rs

Check warning on line 12 in winfsp_wrs/src/lib.rs

View workflow job for this annotation

GitHub Actions / ci

Diff in \\?\D:\a\winfsp_wrs\winfsp_wrs\winfsp_wrs\src\lib.rs
pub use file_system::set_folder_icon;
pub use file_system::{
pin_to_quick_access, unpin_to_quick_access, FileContextMode, FileSystem, Params, VolumeParams,
pin_to_quick_access, unpin_to_quick_access, FileContextMode, OperationGuardStrategy, FileSystem, Params, VolumeParams,
};
pub use filetime::{filetime_from_utc, filetime_now};
pub use flags::{
CleanupFlags, CreateOptions, FileAccessRights, FileAttributes, FileCreationDisposition,

Check warning on line 19 in winfsp_wrs/src/lib.rs

View workflow job for this annotation

GitHub Actions / ci

Diff in \\?\D:\a\winfsp_wrs\winfsp_wrs\winfsp_wrs\src\lib.rs

Check warning on line 19 in winfsp_wrs/src/lib.rs

View workflow job for this annotation

GitHub Actions / ci

Diff in \\?\D:\a\winfsp_wrs\winfsp_wrs\winfsp_wrs\src\lib.rs
FileShareMode,
};
pub use info::{CreateFileInfo, DirInfo, FileInfo, VolumeInfo, WriteMode};
pub use info::{CreateFileInfo, DirInfo, FileInfo, VolumeInfo, WriteMode, VolumeLabelNameTooLong};
pub use init::{init, InitError};
pub use security::{PSecurityDescriptor, SecurityDescriptor};

Expand Down

0 comments on commit cdc3ccb

Please sign in to comment.