Commit 46f4c6ad authored by Rowenna Emma's avatar Rowenna Emma
Browse files

rust-analyzer-unwrapped: describe as a language server

parent 5dc0409a
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