Update main.rs

removing useless macros
This commit is contained in:
michael-bailey 2020-09-27 16:49:10 +01:00 committed by michael bailey
parent abb4bfaa3e
commit 8bd9303f5c
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;