Exclude annoying hint highlights in ErrorLens.

This commit is contained in:
Samuel Guerra 2021-03-23 01:15:42 -03:00
parent 7f211a7121
commit b5c9ddbb59
1 changed files with 4 additions and 0 deletions

View File

@ -15,5 +15,9 @@
],
"rust-analyzer.files.excludeDirs": [
"tests/build",
],
"errorLens.exclude": [
"file not included in module tree",
"code is inactive due to #\\[cfg\\] directives: debug_assertions is enabled"
]
}