7 |
#[allow(clippy::async_yields_async)]
|
8 |
#[tracing::instrument(name = "Statics")]
|
1573 |
#[allow(clippy::async_yields_async)]
|
1574 |
pub fn impl_future_fn() -> impl Future<Output = Ready<()>> {
|
2038 |
#[allow(clippy::async_yields_async)]
|
2039 |
pub fn impl_future_fn() -> impl Future<Output = Ready<()>> {
|
165 |
let request_id = &ctx.request_id.clone();
|
166 |
#[allow(clippy::async_yields_async)]
|
167 |
let task = tokio::spawn(async move { handler.call(body, ctx) });
|
13 |
)]
|
14 |
#[allow(clippy::async_yields_async)]
|
15 |
async fn new_link(link: web::Json<LinkFormData>, pg: web::Data<PgPool>) -> impl Responder {
|
28 |
#[instrument(skip(pg))]
|
29 |
#[allow(clippy::async_yields_async)]
|
30 |
async fn get_links(pg: web::Data<PgPool>) -> impl Responder {
|
45 |
)]
|
46 |
#[allow(clippy::async_yields_async)]
|
47 |
async fn delete_link(pg: web::Data<PgPool>, params: web::Path<(String,)>) -> impl Responder {
|
244 |
let once: InChan = Box::new(m);
|
245 |
#[allow(clippy::async_yields_async)]
|
246 |
let once =
|
299 |
let network = network.clone();
|
300 |
#[allow(clippy::async_yields_async)]
|
301 |
async move {
|
717 |
#[allow(clippy::async_yields_async)]
|
718 |
#[tracing::instrument(name = "Static files")]
|
162 |
} else {
|
163 |
#[allow(clippy::async_yields_async)]
|
164 |
let _ = block_on(async { quake_rocket().launch() }).await;
|
141 |
#[allow(clippy::async_yields_async)]
|
142 |
fn process_messages(c: &mut Criterion) {
|
95 |
let total_hits = total_hits.clone();
|
96 |
#[allow(clippy::async_yields_async)]
|
97 |
rt.block_on(async move {
|