This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-11-18 09:37:29 +01:00
Code
Issues
5b72f478a7
rustlings
/
.gitignore
8 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore temporary .swp files
2016-02-09 21:23:50 +01:00
*.swp
Start a script to regenerate README.md from a template So far this doesn't actually do any templating, just adds a note about the README being autogenerated :)
2018-03-04 18:41:55 +01:00
target/
init new cargo project
2018-04-26 21:41:19 +02:00
**/*.rs.bk
remove and ignore .DS_Store
2018-11-14 19:24:11 +01:00
.DS_Store
feat: Add clippy lints - adds a new 'clippy' category for exercises - clippy exercises should throw no warnings - install script now also installs clippy is related to https://github.com/rust-lang/rust-clippy/issues/2604
2020-02-14 15:25:03 +01:00
*.pdb
exercises/clippy/Cargo.toml
exercises/clippy/Cargo.lock
Copy Permalink