diff --git a/.rustlings-state.txt b/.rustlings-state.txt new file mode 100644 index 00000000..05a40c16 --- /dev/null +++ b/.rustlings-state.txt @@ -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 \ No newline at end of file diff --git a/rust-analyzer.toml b/rust-analyzer.toml new file mode 100644 index 00000000..e626ed53 --- /dev/null +++ b/rust-analyzer.toml @@ -0,0 +1,2 @@ +check.command = "clippy" +check.extraArgs = ["--profile", "test"]