Merge branch 'backup_work' into merge_branch

This commit is contained in:
Vedant-asati 2025-01-01 15:57:09 +05:30
commit 785f488f5b
2 changed files with 59 additions and 0 deletions

57
.rustlings-state.txt Normal file
View 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
View file

@ -0,0 +1,2 @@
check.command = "clippy"
check.extraArgs = ["--profile", "test"]