50 |
/// Perform the client credentials flow
|
51 |
#[allow(clippy::manual_async_fn)]
|
52 |
#[fix_hidden_lifetime_bug::fix_hidden_lifetime_bug]
|
15 |
/// Exchange a refresh token for a new access token and refresh token
|
16 |
#[allow(clippy::manual_async_fn)]
|
17 |
#[fix_hidden_lifetime_bug::fix_hidden_lifetime_bug]
|
497 |
#[inline(always)]
|
498 |
#[allow(clippy::manual_async_fn)]
|
499 |
pub(crate) fn immediately(self) -> impl Future<Output = ()> + Send {
|
242 |
// Manual async fn impl to enforce the `Send` trait explicitly
|
243 |
#[allow(clippy::manual_async_fn)]
|
244 |
pub fn create_thread<'a>(
|
372 |
// Manual async fn impl to enforce the `Send` trait explicitly
|
373 |
#[allow(clippy::manual_async_fn)]
|
374 |
pub fn create_post<'a>(
|
299 |
#[instrument(skip(ctx))]
|
300 |
#[allow(clippy::manual_async_fn)] // lifetimes don't allow async syntax
|
301 |
pub fn stream_range<'a, S: TokenStore + 'a>(
|
305 |
/// If the feature `graceful-shutdown` is disabled, this blocks forever.
|
306 |
#[allow(clippy::manual_async_fn)] // cfg
|
307 |
pub fn wait_for_pre_shutdown(
|
21 |
// For consistent return type between cfgs
|
22 |
#[allow(clippy::manual_async_fn)]
|
23 |
pub(crate) fn sleep(duration: Duration) -> impl Future<Output = ()> {
|
78 |
#[deny(unused_braces)]
|
79 |
#[allow(clippy::manual_async_fn)]
|
80 |
fn repro_1831_2() -> impl Future<Output = Result<(), Infallible>> {
|
402 |
fn manual_impl_future() {
|
403 |
#[allow(clippy::manual_async_fn)]
|
404 |
#[instrument]
|
14 |
// #![feature(prelude_import)]
|
15 |
#![allow(clippy::manual_async_fn)]
|
16 |
#![allow(clippy::large_enum_variant)]
|
88 |
#[allow(unused)]
|
89 |
#[allow(clippy::type_complexity, clippy::manual_async_fn)]
|
90 |
fn connect(
|
173 |
}
|
174 |
#[allow(clippy::type_complexity, clippy::manual_async_fn)]
|
175 |
fn initialize(
|
194 |
}
|
195 |
#[allow(clippy::type_complexity, clippy::manual_async_fn)]
|
196 |
fn register(
|
218 |
clippy::type_complexity,
|
219 |
clippy::manual_async_fn,
|
220 |
clippy::needless_question_mark
|
1562 |
#![deny(clippy::async_yields_async)]
|
1563 |
#![allow(clippy::manual_async_fn)]
|
2027 |
#![deny(clippy::async_yields_async)]
|
2028 |
#![allow(clippy::manual_async_fn)]
|
1 |
// grrr clippy... you cannot specify extra bounds with the async fn syntax...
|
2 |
#![allow(clippy::manual_async_fn)]
|
3 |
// default implementations don't always make sense...
|
1 |
#![allow(clippy::new_ret_no_self)]
|
2 |
#![allow(clippy::manual_async_fn)]
|
3 |
#![allow(clippy::too_many_arguments)]
|
1 |
// grrr clippy... you cannot specify extra bounds with the async fn syntax...
|
2 |
#![allow(clippy::manual_async_fn)]
|
3 |
// default implementations don't always make sense...
|
1 |
// grrr clippy... you cannot specify extra bounds with the async fn syntax...
|
2 |
#![allow(clippy::manual_async_fn)]
|
3 |
// default implementations don't always make sense...
|
1 |
// grrr clippy... you cannot specify extra bounds with the async fn syntax...
|
2 |
#![allow(clippy::manual_async_fn)]
|
3 |
// default implementations don't always make sense...
|
15 |
#![allow(clippy::manual_async_fn)]
|
16 |
use std::collections::HashMap;
|
14 |
#![allow(clippy::manual_async_fn)]
|
15 |
#![allow(clippy::large_enum_variant)]
|
14 |
#![allow(clippy::manual_async_fn)]
|
15 |
#![allow(clippy::large_enum_variant)]
|