stop ignoring dead code and unused variables

This commit is contained in:
Dustin J. Mitchell 2020-11-23 14:29:51 -05:00
parent 779a331003
commit ba55d298ce
3 changed files with 0 additions and 11 deletions

View file

@ -1,7 +1,3 @@
// TODO: remove this eventually when there's an API
#![allow(dead_code)]
#![allow(unused_variables)]
#[macro_use]
extern crate failure;