Skip to content

Commit 785f488

Browse files
committed
Merge branch 'backup_work' into merge_branch
2 parents bde6f74 + 8872546 commit 785f488

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

.rustlings-state.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
DON'T EDIT THIS FILE!
2+
3+
errors4
4+
5+
intro1
6+
intro2
7+
variables1
8+
variables2
9+
variables3
10+
variables4
11+
variables5
12+
variables6
13+
functions1
14+
functions2
15+
functions3
16+
functions4
17+
functions5
18+
if1
19+
if2
20+
if3
21+
quiz1
22+
primitive_types1
23+
primitive_types2
24+
primitive_types3
25+
primitive_types4
26+
primitive_types5
27+
primitive_types6
28+
vecs1
29+
vecs2
30+
move_semantics1
31+
move_semantics2
32+
move_semantics3
33+
move_semantics4
34+
move_semantics5
35+
structs1
36+
structs2
37+
structs3
38+
enums1
39+
enums2
40+
enums3
41+
strings1
42+
strings2
43+
strings3
44+
strings4
45+
modules1
46+
modules2
47+
modules3
48+
hashmaps1
49+
hashmaps2
50+
hashmaps3
51+
quiz2
52+
options1
53+
options2
54+
options3
55+
errors1
56+
errors2
57+
errors3

rust-analyzer.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
check.command = "clippy"
2+
check.extraArgs = ["--profile", "test"]

0 commit comments

Comments
 (0)