Fix up some warnings and move integration tests to correct dir

This commit is contained in:
Jonathan Turner
2019-06-03 15:48:58 +12:00
parent 47ee9780f1
commit 2a20192519
4 changed files with 3 additions and 4 deletions

View File

@ -17,13 +17,12 @@ mod parser;
mod prelude;
mod shell;
mod stream;
mod tests;
use clap::{App, Arg};
use log::LevelFilter;
use std::error::Error;
fn main() -> Result<(), Box<Error>> {
fn main() -> Result<(), Box<dyn Error>> {
let matches = App::new("nu shell")
.version("0.5")
.arg(