This website requires JavaScript.
Explore
Help
Sign in
notohh
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/notohh/rustlings.git
synced
2024-11-21 21:42:23 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
df81141d6f
rustlings
/
.gitignore
8 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
Ignore temporary .swp files
2016-02-09 15:23:50 -05: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 12:41:55 -05:00
target/
init new cargo project
2018-04-26 15:41:19 -04:00
**/*.rs.bk
remove and ignore .DS_Store
2018-11-14 13:24:11 -05: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 09:25:03 -05:00
*.pdb
exercises/clippy/Cargo.toml
exercises/clippy/Cargo.lock
Reference in a new issue
Copy permalink