mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-18 13:38:36 +01:00
Merge branch 'backup_work' into merge_branch
This commit is contained in:
commit
785f488f5b
2 changed files with 59 additions and 0 deletions
57
.rustlings-state.txt
Normal file
57
.rustlings-state.txt
Normal file
|
@ -0,0 +1,57 @@
|
|||
DON'T EDIT THIS FILE!
|
||||
|
||||
errors4
|
||||
|
||||
intro1
|
||||
intro2
|
||||
variables1
|
||||
variables2
|
||||
variables3
|
||||
variables4
|
||||
variables5
|
||||
variables6
|
||||
functions1
|
||||
functions2
|
||||
functions3
|
||||
functions4
|
||||
functions5
|
||||
if1
|
||||
if2
|
||||
if3
|
||||
quiz1
|
||||
primitive_types1
|
||||
primitive_types2
|
||||
primitive_types3
|
||||
primitive_types4
|
||||
primitive_types5
|
||||
primitive_types6
|
||||
vecs1
|
||||
vecs2
|
||||
move_semantics1
|
||||
move_semantics2
|
||||
move_semantics3
|
||||
move_semantics4
|
||||
move_semantics5
|
||||
structs1
|
||||
structs2
|
||||
structs3
|
||||
enums1
|
||||
enums2
|
||||
enums3
|
||||
strings1
|
||||
strings2
|
||||
strings3
|
||||
strings4
|
||||
modules1
|
||||
modules2
|
||||
modules3
|
||||
hashmaps1
|
||||
hashmaps2
|
||||
hashmaps3
|
||||
quiz2
|
||||
options1
|
||||
options2
|
||||
options3
|
||||
errors1
|
||||
errors2
|
||||
errors3
|
2
rust-analyzer.toml
Normal file
2
rust-analyzer.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
check.command = "clippy"
|
||||
check.extraArgs = ["--profile", "test"]
|
Loading…
Reference in a new issue