Skip to content

Conversation

konsumlamm
Copy link

Improve wording in README.md and the doc comments.

Comment on lines -74 to +66
$(const _: Option<&$xs> = None;)+
$(const _: Option<&dyn $xs> = None;)+
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only a cosmetic change. The dyn syntax for trait objects exists since Rust 1.27 (the MSRV of this crate is 1.37) and the old syntax of just using the trait name is now deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant