Files
ente/rust/src/cli/version.rs
Manav Rathi ea843eba7a fix(rust): Address cargo fmt and clippy warnings
- 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>
2025-08-21 12:24:04 +05:30

2 lines
53 B
Rust

pub const VERSION: &str = env!("CARGO_PKG_VERSION");