all: fix clippy lints for rust 1.65
This commit is contained in:
parent
1d9433098d
commit
008fb72a98
11 changed files with 21 additions and 39 deletions
|
|
@ -10,7 +10,9 @@
|
|||
let
|
||||
overlays = [ (import rust-overlay) ];
|
||||
pkgs = import nixpkgs { inherit system overlays; };
|
||||
myRust = pkgs.rust-bin.stable.latest.default;
|
||||
myRust = pkgs.rust-bin.stable.latest.default.override {
|
||||
extensions = ["rust-src" "rust-analysis"];
|
||||
};
|
||||
in
|
||||
{
|
||||
devShell = pkgs.mkShell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue