feat(rust): remove lifetime elision hints
This commit is contained in:
parent
0bbed03377
commit
95a766f193
|
@ -16,12 +16,6 @@ vim.g.rustaceanvim = {
|
||||||
command = "clippy",
|
command = "clippy",
|
||||||
allFeatures = true
|
allFeatures = true
|
||||||
},
|
},
|
||||||
inlayHints = {
|
|
||||||
lifetimeElisionHints = {
|
|
||||||
enable = true,
|
|
||||||
useParameterNames = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue