Upgraded to latest Rust

This commit is contained in:
Sven Nilsen
2014-05-16 10:50:53 +02:00
parent c54c09a531
commit 234c006e71
+1 -2
View File
@@ -9,13 +9,12 @@ use std::io::UserDir;
use std::io::stdio::println;
use std::io::fs::mkdir_recursive;
use std::path::GenericPath;
use std::vec::Vec;
pub mod branchify;
pub mod keycode;
pub mod scancode;
fn main() {
let args = Vec::from_slice(os::args());
let args = os::args();
match args.len() {
0 => {
println("usage: codegen [keycode|scancode].rs destdir");