1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-08-08 22:36:55 +02:00
This commit is contained in:
olivia
2018-05-16 15:30:30 +02:00
parent 5310dfd406
commit 89f2a986c0
3 changed files with 8 additions and 8 deletions

View File

@@ -28,4 +28,3 @@ macro_rules! verify_easy {
}
};
}

View File

@@ -2,10 +2,11 @@
extern crate quicli;
extern crate ansi_term;
use quicli::prelude::*;
use ansi_term::Color::Yellow;
use quicli::prelude::*;
#[macro_use] mod macros;
#[macro_use]
mod macros;
mod about_variables;
#[derive(Debug, StructOpt)]