Await an unused future and change #![allow(unused)] to dead_code (#88)

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Aeledfyr
2020-10-20 00:24:40 -05:00
committed by GitHub
parent b05b38b269
commit e966ef96e5
4 changed files with 6 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#![allow(unused)]
#![allow(dead_code)]
// TODO: remove attr once routes are created
use thiserror::Error;