We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb59b66 commit 799b803Copy full SHA for 799b803
src/filesystem/directory.rs
@@ -51,7 +51,7 @@ pub struct DirEntry {
51
pub struct RawDirectory(pub(crate) SearchId);
52
53
impl RawDirectory {
54
- /// Convert a raw file into a droppable [`crate::filesystem::File`]
+ /// Convert a raw directory into a droppable [`Directory`]
55
pub fn to_directory<
56
D,
57
T,
0 commit comments