Commit 55c3b79
committed
fix(cluster): gate readiness warn import to Linux
The `warn` import in readiness.rs is only used by the Linux systemd
notification path. On non-Linux targets that path is compiled out, leaving
the import unused and breaking `clippy -D warnings`. Gate the import to
target_os = "linux" so non-Linux builds lint cleanly.1 parent 68217eb commit 55c3b79
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments