towerops-agent/src/proto.rs
Graham McIntire 812ee08ac5
Fix clippy warnings to pass CI build
- Remove unused SnmpError import
- Replace deprecated from_i32 with TryFrom
- Add #[allow(dead_code)] to unused SnmpValue methods
- Remove unused perform_self_update function
- Remove unused token field from AgentClient
- Remove unused send_error method
- Add #[allow(dead_code)] to protobuf generated module
2026-01-16 18:02:33 -06:00

5 lines
127 B
Rust

// Generated protobuf code
#[allow(dead_code)]
pub mod agent {
include!(concat!(env!("OUT_DIR"), "/towerops.agent.rs"));
}