Update main.rs

removing useless macros
This commit is contained in:
michael-bailey 2020-09-27 16:49:10 +01:00
parent ef0d2c23d9
commit cfd9388979
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#![feature(in_band_lifetimes)]
mod client_api;
mod commands;
mod server;