Commit 4b327144 authored by Rowenna Emma's avatar Rowenna Emma Committed by github-actions[bot]
Browse files

rust-analyzer-unwrapped: describe as a language server

(cherry picked from commit 46f4c6ad)
parent fabfdb79
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