remove stray import

master
John Ericson 2015-08-26 00:24:50 -07:00 committed by edef
parent 878a6fefc3
commit 96a31d2443
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
// This file is part of libfringe, a low-level green threading library.
// Copyright (c) 2015, edef <edef@edef.eu>
// See the LICENSE file included in this distribution.
use core::prelude::*;
use void::Void;
use stack::Stack;