1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

clippy fixes

This commit is contained in:
Robin Appelman 2025-02-23 22:33:20 +01:00
commit ea2cd36877
8 changed files with 43 additions and 42 deletions

View file

@ -10,7 +10,8 @@
inputs.flakelight.follows = "flakelight";
};
};
outputs = { mill-scale, ... }: mill-scale ./. {
devShell.packages = pkgs: with pkgs; [ cargo-expand ];
};
outputs = {mill-scale, ...}:
mill-scale ./. {
devShell.packages = pkgs: with pkgs; [cargo-expand];
};
}