Skip to content

Commit

Permalink
Merge pull request #1102 from GuillaumeGomez/load-avg
Browse files Browse the repository at this point in the history
Add missing warning for Windows support for `System::load_average`
  • Loading branch information
GuillaumeGomez authored Oct 15, 2023
2 parents 554e974 + 71eb1d6 commit 96be47a
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 96be47a

Please sign in to comment.