You've already forked dotfiles
Changes to DAP to include a Rust configuration and removal of pedantic settings for Clippy
This commit is contained in:
@@ -59,10 +59,10 @@ return {
|
||||
settings = {
|
||||
['rust-analyzer'] = {
|
||||
checkOnSave = true,
|
||||
check = {
|
||||
command = 'clippy',
|
||||
extraArgs = { '--', '-Dclippy::all', '-Wclippy::pedantic' },
|
||||
},
|
||||
-- check = {
|
||||
-- command = 'clippy',
|
||||
-- extraArgs = { '--', '-Dclippy::all', '-Wclippy::pedantic' },
|
||||
-- },
|
||||
diagnostics = {
|
||||
enable = true,
|
||||
experimental = {
|
||||
|
||||
Reference in New Issue
Block a user