You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Rust tutorial (both 0.5 and trunk), in section 4.2, "tuple" is mentioned for first time as if it was understood what it means. It is not until section 5.3 that tuple is defined.
The text was updated successfully, but these errors were encountered:
…p1995
Do not lint `unnecessary_unwrap` in external macros
Fixesrust-lang#5131
I think we shouldn't lint `{panicking, unnecessary}_unwrap` in macros, not just `assert!`.
changelog: Fix false positive in `unnecessary_unwrap`
In the Rust tutorial (both 0.5 and trunk), in section 4.2, "tuple" is mentioned for first time as if it was understood what it means. It is not until section 5.3 that tuple is defined.
The text was updated successfully, but these errors were encountered: