1.0.0
·
249 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
Remove deprecated old impl-level visibility syntax (
#[ext(pub)]).Use
pub implsyntax instead:- #[ext(pub)] - impl Type { + #[ext] + pub impl Type { fn method(&self) {} }