34 |
#[allow(clippy::await_holding_refcell_ref)]
|
35 |
#[wasm_bindgen]
|
30 |
#[allow(clippy::await_holding_refcell_ref)]
|
31 |
#[wasm_bindgen]
|
23 |
#[allow(clippy::await_holding_refcell_ref)]
|
24 |
#[wasm_bindgen]
|
63 |
/// In case of an error, partial results may be left in `here_doc.content`.
|
64 |
#[allow(clippy::await_holding_refcell_ref)]
|
65 |
pub async fn here_doc_content(&mut self, here_doc: &HereDoc) -> Result<()> {
|
98 |
fn call(&self, req: ServiceRequest) -> Self::Future {
|
99 |
#![allow(clippy::await_holding_refcell_ref)] // RefCell is dropped before await
|
23 |
) -> Result<ServiceResponse<impl MessageBody>, Error> {
|
24 |
#![allow(clippy::await_holding_refcell_ref)] // RefCell is dropped before await
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![warn(anonymous_parameters, bad_style, missing_docs)]
|
2756 |
) -> Result<u8, AnyError> {
|
2757 |
#![allow(clippy::await_holding_refcell_ref)] // False positive.
|
2758 |
let op_state_ = rc_op_state.borrow();
|
6 |
// https://github.com/rust-lang/rust-clippy/issues/6353
|
7 |
#![allow(clippy::await_holding_refcell_ref)]
|
236 |
) -> Result<Option<WorkerControlEvent>, AnyError> {
|
237 |
#![allow(clippy::await_holding_refcell_ref)] // TODO(ry) remove!
|
238 |
let mut receiver = self.receiver.borrow_mut();
|
226 |
pub async fn get_control_event(&self) -> Result<Option<WorkerControlEvent>, AnyError> {
|
227 |
#![allow(clippy::await_holding_refcell_ref)] // TODO(ry) remove!
|
228 |
let mut receiver = self.receiver.borrow_mut();
|
57 |
) -> Result<Option<JsMessageData>, AnyError> {
|
58 |
#![allow(clippy::await_holding_refcell_ref)] // TODO(ry) remove!
|
59 |
let mut rx = self
|
237 |
) -> Result<Option<WorkerControlEvent>, AnyError> {
|
238 |
#![allow(clippy::await_holding_refcell_ref)] // TODO(ry) remove!
|
239 |
let mut receiver = self.receiver.borrow_mut();
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![allow(clippy::collapsible_else_if)]
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![allow(clippy::collapsible_else_if)]
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![allow(clippy::collapsible_else_if)]
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![allow(clippy::collapsible_else_if)]
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![allow(clippy::collapsible_else_if)]
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![allow(clippy::collapsible_else_if)]
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![allow(clippy::collapsible_else_if)]
|
18 |
// Keep these in sync with other top-level files.
|
19 |
#![allow(clippy::await_holding_refcell_ref)]
|
20 |
#![allow(clippy::collapsible_else_if)]
|
14 |
#![allow(
|
15 |
clippy::await_holding_refcell_ref,
|
16 |
clippy::inherent_to_string,
|
4 |
#![allow(clippy::type_complexity)]
|
5 |
#![allow(clippy::await_holding_refcell_ref)]
|