2024-06-18 21:30:58 +08:00

11 lines
410 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Clippy
Clippy 工具是一組用來分析你程式碼的 lint讓你能夠抓住常見的錯誤並改善你的 Rust 程式碼。
如果你使用 Rustlings 的安裝腳本,那麼 Clippy 應該已經安裝好了。
如果沒有,你可以通過以下指令手動安裝它:`rustup component add clippy`
## 進一步了解
- [Clippy 的 GitHub 儲存庫](https://github.com/rust-lang/rust-clippy).