error formatting and fix build

This commit is contained in:
Gus Wynn 2021-09-13 08:19:40 -07:00
parent ee1d2ea3b7
commit 2af1ebfbdf
8 changed files with 67 additions and 43 deletions

View file

@ -679,8 +679,8 @@ declare_features! (
/// Allows `let...else` statements.
(active, let_else, "1.56.0", Some(87335), None),
/// Allows `#[must_not_suspend]`.
(active, must_not_suspend, "1.56.0", Some(83310), None),
/// Allows the `#[must_not_suspend]` attribute.
(active, must_not_suspend, "1.57.0", Some(83310), None),
// -------------------------------------------------------------------------