improve matching speed a bit

This commit is contained in:
Robin Appelman 2024-09-12 16:56:38 +02:00
commit ece904f791
8 changed files with 8840 additions and 8834 deletions

View file

@ -103,7 +103,7 @@
releaseMatrix = buildMatrix releaseTargets;
devShells.default = mkShell {
nativeBuildInputs = with pkgs; [msrvToolchain rustc bacon cargo-msrv cargo-insta samply hyperfine];
nativeBuildInputs = with pkgs; [msrvToolchain rustc bacon cargo-msrv cargo-insta hyperfine];
};
}
)