• biofile 1.10.3/src/plink_bim.rs
    237
        #[allow(clippy::iter_nth_zero)]
    238
        pub fn get_all_chroms(&mut self) -> Result<HashSet<String>, Error> {
    268
        #[allow(clippy::blocks_in_if_conditions, clippy::iter_nth_zero)]
    269
        pub fn get_chrom_fileline_positions(
  • buf-list 1.0.0/tests/tests.rs
    125
            let mut iter = iter.clone();
    126
            #[allow(clippy::iter_nth_zero)]
    127
            {
  • capctl 0.2.2/src/caps/mod.rs
    396
        #[allow(clippy::iter_nth_zero)]
    397
        #[test]
    410
        #[allow(clippy::iter_nth_zero)]
    411
        #[test]
  • cgroups-rs 0.3.0/src/net_prio.rs
    96
        /// A map of priorities for each network interface.
    97
        #[allow(clippy::iter_nth_zero, clippy::unnecessary_unwrap)]
    98
        pub fn ifpriomap(&self) -> Result<HashMap<String, u64>> {
  • foundationdb 0.7.0/src/fdb_keys.rs
    77
        fn next(&mut self) -> Option<Self::Item> {
    78
            #[allow(clippy::iter_nth_zero)]
    79
            self.nth(0)
  • foundationdb 0.7.0/src/future.rs
    353
        fn next(&mut self) -> Option<Self::Item> {
    354
            #[allow(clippy::iter_nth_zero)]
    355
            self.nth(0)
  • foundationdb 0.7.0/src/mapped_key_values.rs
    230
        fn next(&mut self) -> Option<Self::Item> {
    231
            #[allow(clippy::iter_nth_zero)]
    232
            self.nth(0)
  • holochain 0.1.0/src/test_utils/conductor_setup.rs
    251
        #[allow(clippy::iter_nth_zero)]
    252
        pub fn alice_call_data(&self) -> &CellHostFnCaller {
    270
        #[allow(clippy::iter_nth_zero)]
    271
        pub fn alice_call_data_mut(&mut self) -> &mut CellHostFnCaller {
  • ic-stable-structures 0.5.0/src/log/tests.rs
    196
    #[allow(clippy::iter_nth_zero)]
    197
    #[test]
  • ic-stable-structures 0.5.0/src/vec/tests.rs
    166
    #[allow(clippy::iter_nth_zero)]
    167
    #[test]
  • iterchunks 0.3.0/tests/smoke.rs
    70
    #[allow(clippy::iter_nth_zero)]
    71
    #[test]
  • iterwindows 0.3.0/tests/smoke.rs
    61
    #[allow(clippy::iter_nth_zero)]
    62
    #[test]
  • logos-iter 0.1.3/src/peekable.rs
    453
        #[allow(clippy::iter_nth_zero)]
    454
        #[test]
  • mco-redis-rs 0.21.6/tests/test_async.rs
    373
    // Allowing `let ()` as `query_async` requries the type it converts the result to.
    374
    #[allow(clippy::let_unit_value, clippy::iter_nth_zero)]
    375
    #[tokio::test]
  • opencv 0.76.3/tests/vector.rs
    377
    fn nth() -> Result<()> {
    378
    	#[allow(clippy::iter_nth_zero)]
    379
    	{
  • rasterize 0.3.2/src/image.rs
    220
        fn next(&mut self) -> Option<Self::Item> {
    221
            #[allow(clippy::iter_nth_zero)]
    222
            self.nth(0)
    306
        fn next(&mut self) -> Option<Self::Item> {
    307
            #[allow(clippy::iter_nth_zero)]
    308
            self.nth(0)
  • redis 0.22.3/tests/test_async.rs
    389
    // Allowing `let ()` as `query_async` requries the type it converts the result to.
    390
    #[allow(clippy::let_unit_value, clippy::iter_nth_zero)]
    391
    #[tokio::test]
  • redis-sk 0.17.1/tests/test_async.rs
    325
    // Allowing `let ()` as `query_async` requries the type it converts the result to.
    326
    #[allow(clippy::let_unit_value, clippy::iter_nth_zero)]
    327
    #[tokio::test]
  • tm1637-gpio-driver 2.0.6/src/fourdigit7segdis.rs
    72
            let (l, r): (String, String) = (time_fn)();
    73
            #[allow(clippy::iter_nth_zero)]
    74
            let mut data: [u8; DISPLAY_COUNT] = [
  • toodee 0.3.0/src/tests_iter.rs
    135
        #[test]
    136
        #[allow(clippy::iter_nth_zero)]
    137
        fn cells() {
    169
        #[test]
    170
        #[allow(clippy::iter_nth_zero)]
    171
        fn cells_iter_nth_back() {
  • wavegen 0.4.1/src/lib.rs
    630
        #[test]
    631
        #[allow(clippy::iter_nth_zero)]
    632
        #[allow(clippy::unwrap_used)]
  • abi_stable 0.11.1/src/erased_types/dyn_trait/tests.rs
    1
    #![allow(clippy::derive_partial_eq_without_eq, clippy::iter_nth_zero)]
  • arith_traits 0.3.2/src/lib.rs
    14
        clippy::implicit_return,
    15
        clippy::iter_nth_zero,
    16
        clippy::match_bool,
  • arranged 0.1.2/src/lib.rs
    25
        clippy::implicit_return,
    26
        clippy::iter_nth_zero,
    27
        clippy::match_bool,
  • bool_ext 0.5.3/src/lib.rs
    11
        clippy::implicit_return,
    12
        clippy::iter_nth_zero,
    13
        clippy::match_bool,
  • butane_core 0.5.1/src/lib.rs
    1
    #![allow(clippy::iter_nth_zero)]
    2
    #![allow(clippy::upper_case_acronyms)] //grandfathered, not going to break API to rename
  • esl01-dag 0.3.0/src/lib.rs
    8
    #![allow(dead_code)]
    9
    #![allow(clippy::iter_nth_zero, clippy::for_loops_over_fallibles)]
  • minimap2-paf-io 3.0.0/src/lib.rs
    1
    #![warn(missing_docs)]
    2
    #![allow(clippy::iter_nth_zero)]
  • opencv 0.76.3/src/manual/core/vector/iter.rs
    64
    	fn next(&mut self) -> Option<Self::Item> {
    65
    		#![allow(clippy::iter_nth_zero)]
    66
    		self.nth(0)
    122
    	fn next(&mut self) -> Option<Self::Item> {
    123
    		#![allow(clippy::iter_nth_zero)]
    124
    		self.nth(0)
  • protozero 0.1.7/examples/list_people.rs
    1
    #![allow(clippy::iter_nth_zero)]
    2
    #![allow(clippy::single_match)]
  • rav1e 0.6.3/src/tiling/plane_region.rs
    10
    #![allow(clippy::iter_nth_zero)]
  • surf_n_term 0.7.3/src/surface.rs
    3
    //! Matrix like object which is used to access and modify terminal frame and images
    4
    #![allow(clippy::iter_nth_zero)]
  • ux-dx 0.2.1/src/lib.rs
    30
        clippy::needless_range_loop,
    31
        clippy::iter_nth_zero,
    32
        clippy::len_zero,
  • voladdress 1.2.2/src/lib.rs
    2
    #![deny(missing_docs)]
    3
    #![allow(clippy::iter_nth_zero)]
    4
    #![cfg_attr(test, allow(clippy::redundant_clone))]