diff --git a/src/lib.rs b/src/lib.rs index 45bacf9..35c8d8b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -100,7 +100,7 @@ pub trait ApplyPartialWindow: private::Sealed { } mod private { - pub(super) trait Sealed {} + pub trait Sealed {} impl Sealed for super::NoPartialWindow {}