The procMacro option has long been on by default

… and it's good to let people have their own local configs that won't be
tracked by git.
This commit is contained in:
Jonas Platte 2022-12-16 10:12:11 +01:00
parent db7a7085f4
commit 7fd5b22e3b
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 0 additions and 4 deletions

1
.gitignore vendored
View File

@ -31,7 +31,6 @@ modules.xml
### vscode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

View File

@ -1,3 +0,0 @@
{
"rust-analyzer.procMacro.enable": true,
}