Fixed visibility of Sealed trait
This commit is contained in:
parent
6e96359b44
commit
fdec84b0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ pub trait ApplyPartialWindow: private::Sealed {
|
||||||
}
|
}
|
||||||
|
|
||||||
mod private {
|
mod private {
|
||||||
pub(super) trait Sealed {}
|
pub trait Sealed {}
|
||||||
|
|
||||||
impl Sealed for super::NoPartialWindow {}
|
impl Sealed for super::NoPartialWindow {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue