Open github-actions[bot] opened 1 year ago
boxfnonce obsolete with release of Rust 1.35.0
boxfnonce
0.1.1
This commit marks the boxfnonce crate as obsolete and the GitHub repo has since been archived.
The functionality of boxfnonce has been added to Rust since 1.35.0. Use Box<dyn FnOnce(...) -> ...>.
Box<dyn FnOnce(...) -> ...>
See advisory page for additional details.
boxfnonce
0.1.1
This commit marks the
boxfnonce
crate as obsolete and the GitHub repo has since been archived.The functionality of
boxfnonce
has been added to Rust since 1.35.0. UseBox<dyn FnOnce(...) -> ...>
.See advisory page for additional details.