cargo-insta: strip unused variable

This commit is contained in:
oxalica
2020-06-18 20:49:20 +08:00
parent 71c0dbd5a4
commit 030fd3ca0c

View File

@@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub, runCommand }:
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "cargo-insta";