Unverified Commit e9363e55 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #262609 from augustebaum/patch-3

parents d2af1eb6 cf9cf455
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ rustPlatform.buildRustPackage rec {
    description = "A tool for formatting Rust code according to style guidelines";
    homepage = "https://github.com/rust-lang-nursery/rustfmt";
    license = with licenses; [ mit asl20 ];
    mainProgram = "rustfmt";
    maintainers = with maintainers; [ globin basvandijk ];
  };
}