From 9fb204ec409d2decd4d857cb522e45cd6072bf4c Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 25 Feb 2026 00:23:20 +0100 Subject: [PATCH] fix(rust_analyzer): remove hardcoded clippy args --- after/lsp/rust_analyzer.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/after/lsp/rust_analyzer.lua b/after/lsp/rust_analyzer.lua index 8d62f2c..aadaf78 100644 --- a/after/lsp/rust_analyzer.lua +++ b/after/lsp/rust_analyzer.lua @@ -7,10 +7,6 @@ return { ["rust-analyzer"] = { check = { command = "clippy", - extraArgs = { - "--", - "-Wclippy::pedantic", - }, }, diagnostics = { styleLints = {