diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-15 18:02:57 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-15 18:02:57 +0000 |
commit | 5c58453b698ec2925e1be7c885301a65e3a7af03 (patch) | |
tree | d4cf8cc56495ba1e8c0103f803719e6df3d8d1f1 /src/main.rs | |
parent | Added docstrings to SortingMethods enum (diff) | |
download | miniserve-5c58453b698ec2925e1be7c885301a65e3a7af03.tar.gz miniserve-5c58453b698ec2925e1be7c885301a65e3a7af03.zip |
Removed extern crate invokations
Diffstat (limited to '')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs index 7bdb986..378a4d0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,3 @@ -extern crate structopt; -#[macro_use] -extern crate clap; - use actix_web::{fs, middleware, server, App}; use clap::crate_version; use simplelog::{Config, LevelFilter, TermLogger}; |