From 1df32c917c8a386947063403577098d1277380c7 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 20 Sep 2022 16:28:00 +0900 Subject: diagnostics: Use Vec instead of Option> --- helix-core/src/diagnostic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src') diff --git a/helix-core/src/diagnostic.rs b/helix-core/src/diagnostic.rs index da199ac9..db1f2da9 100644 --- a/helix-core/src/diagnostic.rs +++ b/helix-core/src/diagnostic.rs @@ -43,6 +43,6 @@ pub struct Diagnostic { pub message: String, pub severity: Option, pub code: Option, - pub tags: Option>, + pub tags: Vec, pub source: Option, } -- cgit v1.2.3-70-g09d2