Always put config first

This commit is contained in:
Aleksey Kladov
2020-07-09 16:12:53 +02:00
parent e075e6eef2
commit 65d9966a4f
4 changed files with 60 additions and 61 deletions

View File

@@ -258,7 +258,6 @@ mod tests {
use expect::{expect_file, ExpectFile};
// TODO: inlay hints config order
fn check(diagnostics_json: &str, expect: ExpectFile) {
check_with_config(DiagnosticsConfig::default(), diagnostics_json, expect)
}