mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
disable lint
This commit is contained in:
parent
e5041aaa1a
commit
765e360d44
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -3,6 +3,7 @@
|
|||
"rust-analyzer.diagnostics.disabled": [
|
||||
//rust-analyzer issue #14269,
|
||||
"unresolved-method",
|
||||
"unresolved-import"
|
||||
"unresolved-import",
|
||||
"unresolved-field"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue