remove outdated Vec imports

This commit is contained in:
Felix S. Klock II
2014-03-30 16:06:44 +02:00
parent a9f3bc4564
commit c377de429b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
use std::io::{IoResult,Writer};
use std::vec::Vec;
use super::get_writer;
struct Key {
-1
View File
@@ -1,5 +1,4 @@
use std::io::{IoResult,Writer};
use std::vec::Vec;
use super::get_writer;
struct ScanCode {