We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb050a commit 18a668eCopy full SHA for 18a668e
src/sys.rs
@@ -74,7 +74,7 @@ pub trait Sys: Clone {
74
/// Gets and parses the PATHEXT environment variable on Windows.
75
///
76
/// Override this to disable globally caching the parsed PATHEXT.
77
- ///
+ ///
78
/// Note: This will only be called when `is_windows()` returns `true`
79
/// and isn't conditionally compiled with `#[cfg(windows)]` so that it
80
/// can work in Wasm.
0 commit comments