mirror of
https://github.com/bergercookie/asm-lsp.git
synced 2025-12-23 12:26:44 +00:00
Update asm-lsp/lsp.rs
Co-authored-by: Will Lillis <will.lillis24@gmail.com>
This commit is contained in:
parent
1215c40531
commit
52916396d2
1 changed files with 0 additions and 1 deletions
|
|
@ -674,7 +674,6 @@ fn get_diagnostics(diagnostics: &mut Vec<Diagnostic>, tool_output: &str) {
|
|||
LazyLock::new(|| Regex::new(r"^.*:(\d+):(\d+):\s+(.*)$").unwrap());
|
||||
static DIAG_REG_LINE_ONLY: LazyLock<Regex> =
|
||||
LazyLock::new(|| Regex::new(r"^.*:(\d+):\s+(.*)$").unwrap());
|
||||
|
||||
static ALT_DIAG_REG_LINE_ONLY: LazyLock<Regex> =
|
||||
LazyLock::new(|| Regex::new(r"^.*\((\d+)\):\s+(.*)$").unwrap());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue