Skip to content

Commit

Permalink
Fix clippy warnings on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jan 4, 2025
1 parent b368e62 commit 40febd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compute_tools/src/bin/compute_ctl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ fn start_postgres(
let &ComputeSpec {
swap_size_bytes,
disk_quota_bytes,
#[cfg(target_os = "linux")]
disable_lfc_resizing,
..
} = &state.pspec.as_ref().unwrap().spec;
Expand Down

0 comments on commit 40febd7

Please sign in to comment.