From 8ac004c7177b0cd9296063fbb8bbb42fbd864e3b Mon Sep 17 00:00:00 2001
From: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
Date: Mon, 23 Mar 2020 13:55:20 +0100
Subject: [PATCH] remove alias

---
 .cargo/config | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.cargo/config b/.cargo/config
index fdfd81e9f..7ab7cc1e2 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,5 +1,2 @@
-[alias]
-xbuild = "build -Z build-std=core,alloc --target x86_64-unknown-hermit-kernel"
-
 [target.x86_64-unknown-hermit-kernel]
 runner = "uhyve -v"
-- 
GitLab