Temp disable rust_2018_idioms for CI

This commit is contained in:
Devin Ragotzy 2021-02-09 17:58:40 -05:00
parent 8f283510aa
commit 0cc6448dbe
2 changed files with 53 additions and 161 deletions

View file

@ -1,4 +1,4 @@
#![warn(rust_2018_idioms)]
// #![warn(rust_2018_idioms)]
pub mod appservice_server;
pub mod client_server;