Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cargo-insta: strip unused variable

oxalica 030fd3ca 71c0dbd5

+1 -1
+1 -1
pkgs/development/tools/rust/cargo-insta/default.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub, runCommand }: 1 + { lib, rustPlatform, fetchFromGitHub }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-insta";