diff options
Diffstat (limited to 'cli/lsp/analysis.rs')
-rw-r--r-- | cli/lsp/analysis.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/analysis.rs b/cli/lsp/analysis.rs index 3359fc666..103a9c810 100644 --- a/cli/lsp/analysis.rs +++ b/cli/lsp/analysis.rs @@ -28,7 +28,7 @@ use std::collections::HashMap; use std::fmt; use std::rc::Rc; -lazy_static! { +lazy_static::lazy_static! { /// Diagnostic error codes which actually are the same, and so when grouping /// fixes we treat them the same. static ref FIX_ALL_ERROR_CODES: HashMap<&'static str, &'static str> = |