Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-05 00:21:02 +00:00
parent 968390f769
commit e452860d9b
156 changed files with 258 additions and 258 deletions

View File

@@ -29,7 +29,7 @@ source: https://github.com/tldr-pages/tldr.git
`rustc {{[-C|--codegen]}} target-cpu={{native}} {{path/to/main.rs}}`
- Display the target list (Note: you have to add a target using `rustup` first to be able to compile for it):
- Display the target list (Note: You have to add a target using `rustup` first to be able to compile for it):
`rustc --print target-list`