diff --git a/src/common.rs b/src/common.rs index fedee640a..5d0cfeb60 100644 --- a/src/common.rs +++ b/src/common.rs @@ -572,6 +572,8 @@ impl System { /// Returns the system load average value. /// + /// ⚠️ This is currently not working on **Windows**. + /// /// ```no_run /// use sysinfo::System; ///