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
See discussion here: rust-lang/rust-clippy#8246
tl;dr: `let _` drops immediately, so for anything that has Guard
like behavior, it will not work as expected. `let _enter` will
ensure that the guard is dropped at the end of the scope.
0 commit comments