Remove unused import

This commit is contained in:
Matthias Beyer 2017-04-21 21:06:31 +02:00
parent fb0ba1d8bc
commit 58a5153e5f
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//
use std::collections::BTreeMap;
use std::error::Error;
use ruru::{Class, Object, AnyObject, Boolean, RString, VM, Hash, NilClass, VerifiedObject};