rust-analyzer-unwrapped: describe as a language server (#465870)

This commit is contained in:
jade
2025-11-28 17:17:01 +00:00
committed by GitHub
@@ -70,7 +70,7 @@ rustPlatform.buildRustPackage rec {
};
meta = with lib; {
description = "Modular compiler frontend for the Rust language";
description = "Language server for the Rust language";
homepage = "https://rust-analyzer.github.io";
license = with licenses; [
mit