Skip to content

Commit

Permalink
feat(rust): enable all features by default
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuachp committed Mar 19, 2024
1 parent f01d92c commit 31f4272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/user-config/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function M.setup_servers()
settings = {
['rust-analyzer'] = {
procMacro = { enable = true },
cargo = { buildScripts = { enable = true }, features = {} },
cargo = { buildScripts = { enable = true }, features = 'all' },
},
},
-- standalone file support
Expand Down

0 comments on commit 31f4272

Please sign in to comment.