We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dbe19 commit 0b32aaaCopy full SHA for 0b32aaa
src/uucore/src/lib/features/parser/parse_size.rs
@@ -15,6 +15,7 @@ use crate::display::Quotable;
15
/// Error arising from trying to compute system memory.
16
enum SystemError {
17
IOError,
18
+ #[cfg(target_os = "linux")]
19
ParseError,
20
#[cfg(not(target_os = "linux"))]
21
NotFound,
0 commit comments