Skip to content

Commit

Permalink
Add missing warning for Windows support for System::load_average
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 15, 2023
1 parent a0e0dbd commit 71eb1d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ impl System {

/// Returns the system load average value.
///
/// ⚠️ This is currently not working on **Windows**.
///
/// ```no_run
/// use sysinfo::System;
///
Expand Down

0 comments on commit 71eb1d6

Please sign in to comment.