diff options
| author | Your Name <you@example.com> | 2026-05-27 17:04:08 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-27 17:04:08 +0530 |
| commit | ed07956521a0edc25cc44b73fbd267fc2763fdac (patch) | |
| tree | 224bcaec06d214e966a64a1e967addf3695a3d84 /src/health.rs | |
| parent | cd7d6dd7975eff18b49665f6ebcabee78b204f76 (diff) | |
Fix remaining compile errors: to_secret_hex, double-Result unwrap, unused imports
Diffstat (limited to 'src/health.rs')
| -rw-r--r-- | src/health.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/health.rs b/src/health.rs index 2853239..0c01db6 100644 --- a/src/health.rs +++ b/src/health.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | use anyhow::{Context, Result}; | 1 | use anyhow::Result; |
| 2 | use serde::{Deserialize, Serialize}; | 2 | use serde::{Deserialize, Serialize}; |
| 3 | use std::collections::HashMap; | 3 | use std::collections::HashMap; |
| 4 | 4 | ||