Merge master into staging-next

This commit is contained in:
github-actions[bot]
2023-10-22 00:02:31 +00:00
committed by GitHub
120 changed files with 2803 additions and 512 deletions
@@ -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 ];
};
}