Update build status: zero clippy warnings

This commit is contained in:
Graham McIntire 2026-01-13 13:52:32 -06:00
parent d9156183ac
commit 75b3b92adc
No known key found for this signature in database

View file

@ -79,7 +79,7 @@ Lightweight Rust agent for remote SNMP polling. Deployed on customer networks to
### Build Status ### Build Status
```bash ```bash
✅ cargo build --release - SUCCESS ✅ cargo build --release - SUCCESS
⚠️ 1 warning (HeartbeatResponse unused - expected) ✅ cargo clippy - 0 warnings, 0 errors
📦 Target size optimized for minimal footprint 📦 Target size optimized for minimal footprint
🚀 Protobuf integration complete 🚀 Protobuf integration complete
``` ```