chore(types): Remove unnecesarry unreachable_pub lint allowing (#1311)

This commit is contained in:
tottoto
2023-03-13 14:28:04 +00:00
committed by GitHub
parent c0d1397abb
commit c1906074b6
-1
View File
@@ -52,6 +52,5 @@ pub use richer_error::{
}; };
mod sealed { mod sealed {
#[allow(unreachable_pub)]
pub trait Sealed {} pub trait Sealed {}
} }