Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simsekgokhan authored Dec 23, 2023
1 parent 63e684a commit 8c5fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repo is for my personal use with tips, tools, ready to use examples/explana

#### Important tools & tips:
> Use latest Rust & read release notes -> https://github.com/rust-lang/rust/releases
> Use latest edition -> https://doc.rust-lang.org/edition-guide
> Use & study latest edition -> https://doc.rust-lang.org/edition-guide
> Use `cargo check` to speed up the development process (`cargo check` performs compilation checks without generating machine code)
> Use [clippy - the Rust linter](https://github.com/rust-lang/rust-clippy) (also use it in CI: [clippy.yml](.github/workflows/clippy.yml))
> Use [rust-analyzer](https://github.com/rust-lang/rust-analyzer)
Expand Down

0 comments on commit 8c5fa6a

Please sign in to comment.