Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Fix mac build #34264

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/system_monitor_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ pub struct SystemMonitorStatsReportConfig {
pub report_os_disk_stats: bool,
}

#[cfg(target_os = "linux")]
#[cfg_attr(not(target_os = "linux"), allow(dead_code))]
enum InterestingLimit {
Recommend(i64),
QueryOnly,
Expand Down