]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/await_holding_lock.rs
Rollup merge of #73870 - sexxi-goose:projection-ty, r=nikomatsakis
[rust.git] / clippy_lints / src / await_holding_lock.rs
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-06-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
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