Unverified Commit 12ba1a5f authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

Merge pull request #230867 from alyssais/args.rust

lib.systems: remove (accidental?) rust/rustc alias
parents 49b37395 91488fb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ rec {
        ({
          linux-kernel = args.linux-kernel or {};
          gcc = args.gcc or {};
          rustc = args.rust or {};
          rustc = args.rustc or {};
        } // platforms.select final)
        linux-kernel gcc rustc;