23 |
impl SFTPIndex {
|
24 |
#[allow(clippy::filter_map)]
|
25 |
pub fn connect(settings: impl Into<SFTPConnection>) -> Result<Self> {
|
37 |
#[allow(clippy::too_many_lines)]
|
38 |
#[allow(clippy::filter_map)]
|
39 |
pub fn connect(
|
39 |
impl SFTPSegmentHandler {
|
40 |
#[allow(clippy::filter_map)]
|
41 |
pub fn connect(
|
40 |
{
|
41 |
#[allow(clippy::filter_map)]
|
42 |
let attrs = attrs
|
13 |
/// Extract every chapter listed in the given HTML.
|
14 |
#[allow(clippy::filter_map)]
|
15 |
pub(super) fn scrape_from_html<'a>(
|
14 |
/// Extract every chapter listed in the given HTML.
|
15 |
#[allow(clippy::filter_map)]
|
16 |
pub(super) fn scrape_from_html<'a>(
|
59 |
/// Infer pagination scheme from the first page of the chapter list.
|
60 |
#[allow(clippy::filter_map)]
|
61 |
fn pagination_from_html(html: &kuchiki::NodeRef) -> Result<Pagination> {
|
12 |
/// Extract every chapter listed in the given HTML.
|
13 |
#[allow(clippy::filter_map)]
|
14 |
pub(super) fn scrape_from_html<'a>(
|
707 |
/// and [`MediaType`].
|
708 |
#[allow(clippy::filter_map)]
|
709 |
fn get_tracks_last_update(
|
1044 |
/// [`TransceiverSide`]: crate::peer::TransceiverSide
|
1045 |
#[allow(clippy::filter_map)]
|
1046 |
async fn toggle_media_state(
|
1075 |
/// [`TransceiverSide`]: crate::peer::TransceiverSide
|
1076 |
#[allow(clippy::filter_map)]
|
1077 |
async fn update_media_states(
|
27 |
#[allow(clippy::filter_map)]
|
28 |
let watchers = input
|
286 |
.merge(stream::iter(
|
287 |
#[allow(clippy::filter_map)]
|
288 |
get_convergents(get_cf_expansion(knowns.e.clone(), knowns.n.clone()))
|
206 |
#[allow(clippy::filter_map)]
|
207 |
async fn create_triggers(pool: &sqlx::PgPool, exclude_tables: Vec<String>) -> Result<()> {
|
37 |
clippy::enum_glob_use,
|
38 |
clippy::filter_map,
|
39 |
clippy::indexing_slicing,
|
33 |
clippy::items_after_statements,
|
34 |
clippy::filter_map
|
35 |
)]
|
22 |
clippy::derive_hash_xor_eq,
|
23 |
clippy::filter_map
|
24 |
)]
|
18 |
#![warn(clippy::all, rust_2018_idioms)]
|
19 |
#![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
|
2 |
#![warn(clippy::all, rust_2018_idioms)]
|
3 |
#![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
|
34 |
#![warn(clippy::all, rust_2018_idioms)]
|
35 |
#![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
|
27 |
clippy::implicit_return,
|
28 |
clippy::filter_map,
|
29 |
clippy::wildcard_imports,
|
3 |
// This is purely style based and can be ignored.
|
4 |
#![allow(clippy::filter_map)]
|
5 |
// This can't be easily fixed, due to a limitation of Rust's standard library.
|
39 |
clippy::default_trait_access,
|
40 |
clippy::filter_map,
|
41 |
clippy::inline_always,
|
1 |
#![warn(missing_docs, clippy::all, clippy::pedantic, clippy::nursery)]
|
2 |
#![allow(clippy::filter_map, clippy::default_trait_access)]
|
10 |
clippy::implicit_return,
|
11 |
clippy::filter_map,
|
12 |
clippy::default_trait_access,
|
18 |
// filter().map() can sometimes be more readable
|
19 |
clippy::filter_map,
|
20 |
// Most integer arithmetics are within an allocated region, so we know it's safe
|
37 |
clippy::enum_glob_use,
|
38 |
clippy::filter_map,
|
39 |
clippy::indexing_slicing,
|