1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

fmt+clippy

This commit is contained in:
Robin Appelman 2025-02-19 20:32:49 +01:00
commit 2bad24dedd
30 changed files with 947 additions and 3396 deletions

View file

@ -29,6 +29,6 @@
demostf-parser-schema = pkgs: pkgs.demostf-parser-schema;
};
tools = pkgs: with pkgs; [cargo-insta];
tools = pkgs: with pkgs; [bacon cargo-insta];
};
}
}