📝 字数:working on
Setup
Estimated time to read: 1 minute
Question
What Follow Rust 2024 edition best practices mean?
<The Rust Edition Guide> 会列出所有变换。如何实现:
- Cargo.toml中声明
[package]
edition = "2024"
cargo clippy
cargo clippy -- -D warnings # 将所有建议视为错误,强迫在编写阶段就遵循最高标准
cargo fix --edition