remove unused import

This commit is contained in:
Aaron Janse 2020-10-15 17:31:32 -07:00
parent d906fda8d2
commit ccbc9988ce

View file

@ -1,4 +1,4 @@
{ lib, stdenv, rustc, minimalContent ? true }:
{ stdenv, rustc, minimalContent ? true }:
stdenv.mkDerivation {
name = "rust-src";