Unverified Commit 579a219e authored by jade's avatar jade Committed by GitHub
Browse files

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

parents 921f0685 46f4c6ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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