feat(rust): remove lifetime elision hints

This commit is contained in:
doryan 2025-05-09 14:50:01 +04:00
parent 0bbed03377
commit 95a766f193

View File

@ -16,12 +16,6 @@ vim.g.rustaceanvim = {
command = "clippy",
allFeatures = true
},
inlayHints = {
lifetimeElisionHints = {
enable = true,
useParameterNames = true
}
}
}
}
}