Closed dzamlo closed 2 months ago
we could also simplify the code by transforming invocation without visibility to pub(self). We may want to wait for the vis fragment specifier to become stable (https://github.com/rust-lang/rust/issues/41022).
pub(self)
vis
we could also simplify the code by transforming invocation without visibility to
pub(self)
. We may want to wait for thevis
fragment specifier to become stable (https://github.com/rust-lang/rust/issues/41022).