Skip to content

Commit

Permalink
Merge branch 'backup_work' into merge_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vedant-asati committed Jan 1, 2025
2 parents bde6f74 + 8872546 commit 785f488
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .rustlings-state.txt
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions rust-analyzer.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
check.command = "clippy"
check.extraArgs = ["--profile", "test"]

0 comments on commit 785f488

Please sign in to comment.