- Fix code formatting with cargo fmt - Remove unnecessary type casts - Use range contains instead of manual comparison - Prefix unused variables with underscore - Remove unused imports - Add allow(dead_code) for development phase Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
53 B
Rust
2 lines
53 B
Rust
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|