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 12b8455 + 000b62f commit ca9a2a3Copy full SHA for ca9a2a3
crates/roc_file/src/lib.rs
@@ -67,7 +67,7 @@ pub fn path_from_roc_path(bytes: &RocList<u8>) -> Cow<'_, Path> {
67
}
68
69
#[cfg(target_family = "windows")]
70
-fn path_from_roc_path(bytes: &RocList<u8>) -> Cow<'_, Path> {
+pub fn path_from_roc_path(bytes: &RocList<u8>) -> Cow<'_, Path> {
71
use std::os::windows::ffi::OsStringExt;
72
73
let bytes = bytes.as_slice();
0 commit comments