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 2290ce1 commit 4137471Copy full SHA for 4137471
src/libstd/rt/io/file.rs
@@ -599,7 +599,7 @@ impl FileInfo for Path { }
599
/// else { fail2!("nope"); }
600
/// }
601
/// ```
602
-trait DirectoryInfo : FileSystemInfo {
+pub trait DirectoryInfo : FileSystemInfo {
603
/// Whether the underlying implemention (be it a file path,
604
/// or something else) is pointing at a directory in the underlying FS.
605
/// Will return false for paths to non-existent locations or if the item is
0 commit comments