rand: re-export UnwrapMut & UnwrapErr#1594
Conversation
|
Do you have a use case where this is convenient? |
|
I think that use of these wrappers should be rare enough in practice to warrant a minor pain of importing them as |
6a89119 to
3b25329
Compare
|
I'm not using it, that was just following up on this comment: |
We don't have (pub)
All of these are things which might be rarely used. I think the best thing may be to just export the three adapters from |
Huh... I missed that. I think it's better to simply re-export |
|
I agree with the idea |
CHANGELOG.mdentrySummary
Motivation
Consumers may not directly depend on
rand_coreand those unwrap wrappers may be convenient.Details