Commit a105ff5
committed
fix: resolve clippy expect_used and rustfmt rebase artifacts
Replace .expect() with match + tracing::warn on eventfd clone failure
in KVM handle_pv_timer_config to satisfy clippy::expect_used lint.
Restore combined `use {anyhow, serde_json};` import in error.rs that
was split during rebase.
Signed-off-by: danbugs <danilochiarlone@gmail.com>1 parent 7ccb80d commit a105ff5
1 file changed
Lines changed: 7 additions & 4 deletions
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
266 | 269 | | |
267 | 270 | | |
268 | 271 | | |
| |||
0 commit comments