Fix attribute warning
All checks were successful
moparisthebest/die/pipeline/head This commit looks good

This commit is contained in:
Travis Burtrum 2020-11-23 17:22:32 -05:00
parent 3ec5970836
commit 0c52f36562

View File

@ -173,7 +173,6 @@ impl<T> Die<T> for Option<T> {
}
pub trait PrintExit {
#[inline]
fn print_exit(&self) -> !;
}