Remove redundant pub(self)

This commit is contained in:
Robert Dodd 2024-01-03 08:54:16 +11:00
parent 55a680117b
commit d928ee93b7
1 changed files with 1 additions and 1 deletions

View File

@ -239,4 +239,4 @@ macro_rules! impl_event {
};
}
pub(self) use impl_event;
use impl_event;