From fd41c5afee9882dfce17f9dee33355fcfa383058 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:52:33 +0000 Subject: [PATCH] generated: Updated rust-analyzer.nix --- generated/rust-analyzer.nix | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/generated/rust-analyzer.nix b/generated/rust-analyzer.nix index c4964aed..3c669930 100644 --- a/generated/rust-analyzer.nix +++ b/generated/rust-analyzer.nix @@ -311,6 +311,15 @@ ]; }; }; + "rust-analyzer.cfg.setTest" = { + description = '' + Set `cfg(test)` for local crates. Defaults to true. + ''; + pluginDefault = true; + type = { + kind = "boolean"; + }; + }; "rust-analyzer.check.allTargets" = { description = '' Check all targets and tests (`--all-targets`). Defaults to @@ -507,6 +516,17 @@ kind = "boolean"; }; }; + "rust-analyzer.completion.addSemicolonToUnit" = { + description = '' + Whether to automatically add a semicolon when completing unit-returning functions. + + In `match` arms it completes a comma instead. + ''; + pluginDefault = true; + type = { + kind = "boolean"; + }; + }; "rust-analyzer.completion.autoimport.enable" = { description = '' Toggles the additional completions that automatically add imports when completed. @@ -1702,7 +1722,7 @@ }; "rust-analyzer.references.excludeTests" = { description = '' - Exclude tests from find-all-references. + Exclude tests from find-all-references and call-hierarchy. ''; pluginDefault = false; type = {