File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1632,6 +1632,7 @@ Released 2018-09-13
16321632[ `assign_ops` ] : https://rust-lang.github.io/rust-clippy/master/index.html#assign_ops
16331633[ `async_yields_async` ] : https://rust-lang.github.io/rust-clippy/master/index.html#async_yields_async
16341634[ `await_holding_lock` ] : https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock
1635+ [ `await_holding_refcell_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_refcell_ref
16351636[ `bad_bit_mask` ] : https://rust-lang.github.io/rust-clippy/master/index.html#bad_bit_mask
16361637[ `bind_instead_of_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map
16371638[ `blacklisted_name` ] : https://rust-lang.github.io/rust-clippy/master/index.html#blacklisted_name
Original file line number Diff line number Diff line change 6767 deprecation: None ,
6868 module: "await_holding_lock" ,
6969 } ,
70+ Lint {
71+ name: "await_holding_refcell_ref" ,
72+ group: "pedantic" ,
73+ desc: "Inside an async function, holding a RefCell ref while calling await" ,
74+ deprecation: None ,
75+ module: "await_holding_refcell_ref" ,
76+ } ,
7077 Lint {
7178 name: "bad_bit_mask" ,
7279 group: "correctness" ,
You can’t perform that action at this time.
0 commit comments