]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/await_holding_lock.rs
Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup
[rust.git] / clippy_lints / src / await_holding_lock.rs
2020-04-23 borsAuto merge of #5498 - phansch:update_changelog, r=flip1995
2020-04-22 borsAuto merge of #5439 - rokob:lock-await, r=Manishearth
2020-04-22 Andy Weissspan_lint_and_note now takes an Option<Span> for the...
2020-04-22 Andy WeissMake lint also capture blocks and closures, adjust...
2020-04-22 Andy Weissdon't test the code in the lint docs
2020-04-22 Andy WeissSwitch to matching against full paths instead of just...
2020-04-22 Andy WeissLint for holding locks across await points