From db2060e0f2cb944ec47b666774560204c4a3ca8a Mon Sep 17 00:00:00 2001 From: Aaronepower Date: Sun, 1 May 2016 18:36:37 +0100 Subject: [PATCH] fixed unused import --- src/language.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/language.rs b/src/language.rs index fff54dd..10eb469 100644 --- a/src/language.rs +++ b/src/language.rs @@ -1,8 +1,8 @@ // Copyright (c) 2015 Aaron Power -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Use of this source code is governed by the MIT/APACHE2.0 license that can be +// found in the LICENCE-{APACHE - MIT} file. -use std::cell::{RefCell, RefMut}; +use std::cell::RefCell; use std::fmt; use std::path::PathBuf; use std::ops::AddAssign;