diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-04-01 18:57:57 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-04-01 18:57:57 +0000 |
commit | ab36fd82b6b02f967e577adfdfdd6dce982bb3d2 (patch) | |
tree | 8c810724105338df26470b773d14eea28f79649b /src/main.rs | |
parent | Color schemes (diff) | |
download | miniserve-ab36fd82b6b02f967e577adfdfdd6dce982bb3d2.tar.gz miniserve-ab36fd82b6b02f967e577adfdfdd6dce982bb3d2.zip |
Removed useless feature
Diffstat (limited to '')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 92f4352..1a4a68f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,4 @@ #![feature(proc_macro_hygiene)] -#![feature(custom_attribute)] use actix_web::{fs, middleware, server, App}; use clap::crate_version; |