This commit is contained in:
Henrique Nogara
2018-08-27 18:59:16 -03:00
committed by Tim
parent 9bd66b7e49
commit 5e4b97e589
11 changed files with 15 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.
#![feature(plugin, use_extern_macros, proc_macro_path_invoc)]
#![feature(plugin)]
#![plugin(tarpc_plugins)]
extern crate env_logger;