mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 01:33:30 +02:00
fixes rust-analyzer lsp for exercises
This commit is contained in:
@@ -15,5 +15,8 @@ Cargo.lock
|
|||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
# Generated exercise Cargo.toml
|
||||||
|
/exercises/Cargo.toml
|
||||||
|
|
||||||
# Ignore file for editors like Helix
|
# Ignore file for editors like Helix
|
||||||
.ignore
|
.ignore
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
exclude = [
|
exclude = [
|
||||||
"tests/test_exercises",
|
"tests/test_exercises",
|
||||||
"dev",
|
"dev",
|
||||||
|
"exercises",
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
|
|||||||
Reference in New Issue
Block a user