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.
2 parents df8559c + 799b803 commit 3a459d7Copy full SHA for 3a459d7
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 [`File`]
+ /// Convert a raw directory into a droppable [`Directory`]
55
pub fn to_directory<
56
D,
57
T,
0 commit comments