mirror of
https://github.com/mre/idiomatic-rust
synced 2025-02-16 13:18:26 +00:00
fix: typo (#33)
This commit is contained in:
parent
22cddc3a42
commit
9e314e45f9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
## ⚙ Projects
|
||||
|
||||
* [Rust Anthology](https://github.com/brson/rust-anthology) - The best short-form writing about Rust, collected.
|
||||
* [cheat.rs - Idiomatic Rust tips](https://cheats.rs/#idiomatic-rust) - A list of quick tips to make your code more idiomatic.
|
||||
* [cheats.rs - Idiomatic Rust tips](https://cheats.rs/#idiomatic-rust) - A list of quick tips to make your code more idiomatic.
|
||||
* [clippy](https://github.com/rust-lang/rust-clippy) - A bunch of lints to catch common mistakes and improve your Rust code.
|
||||
* [Patterns](https://rust-unofficial.github.io/patterns/) - A catalogue of design patterns in Rust.
|
||||
* [Elements of Rust](https://github.com/ferrous-systems/elements-of-rust) - A collection of software engineering techniques for effectively expressing intent with Rust.
|
||||
|
|
Loading…
Add table
Reference in a new issue