Remove redundant pub(self)

This commit is contained in:
Robert Dodd 2024-01-03 08:54:16 +11:00
parent 55a680117b
commit d928ee93b7

View file

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