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(
|
125 |
let mut iter = iter.clone();
|
126 |
#[allow(clippy::iter_nth_zero)]
|
127 |
{
|
396 |
#[allow(clippy::iter_nth_zero)]
|
397 |
#[test]
|
410 |
#[allow(clippy::iter_nth_zero)]
|
411 |
#[test]
|
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>> {
|
77 |
fn next(&mut self) -> Option<Self::Item> {
|
78 |
#[allow(clippy::iter_nth_zero)]
|
79 |
self.nth(0)
|
353 |
fn next(&mut self) -> Option<Self::Item> {
|
354 |
#[allow(clippy::iter_nth_zero)]
|
355 |
self.nth(0)
|
230 |
fn next(&mut self) -> Option<Self::Item> {
|
231 |
#[allow(clippy::iter_nth_zero)]
|
232 |
self.nth(0)
|
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 {
|
196 |
#[allow(clippy::iter_nth_zero)]
|
197 |
#[test]
|
166 |
#[allow(clippy::iter_nth_zero)]
|
167 |
#[test]
|
70 |
#[allow(clippy::iter_nth_zero)]
|
71 |
#[test]
|
61 |
#[allow(clippy::iter_nth_zero)]
|
62 |
#[test]
|
453 |
#[allow(clippy::iter_nth_zero)]
|
454 |
#[test]
|
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]
|
377 |
fn nth() -> Result<()> {
|
378 |
#[allow(clippy::iter_nth_zero)]
|
379 |
{
|
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)
|
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]
|
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]
|
72 |
let (l, r): (String, String) = (time_fn)();
|
73 |
#[allow(clippy::iter_nth_zero)]
|
74 |
let mut data: [u8; DISPLAY_COUNT] = [
|
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() {
|
630 |
#[test]
|
631 |
#[allow(clippy::iter_nth_zero)]
|
632 |
#[allow(clippy::unwrap_used)]
|
1 |
#![allow(clippy::derive_partial_eq_without_eq, clippy::iter_nth_zero)]
|
14 |
clippy::implicit_return,
|
15 |
clippy::iter_nth_zero,
|
16 |
clippy::match_bool,
|
25 |
clippy::implicit_return,
|
26 |
clippy::iter_nth_zero,
|
27 |
clippy::match_bool,
|
11 |
clippy::implicit_return,
|
12 |
clippy::iter_nth_zero,
|
13 |
clippy::match_bool,
|
1 |
#![allow(clippy::iter_nth_zero)]
|
2 |
#![allow(clippy::upper_case_acronyms)] //grandfathered, not going to break API to rename
|
8 |
#![allow(dead_code)]
|
9 |
#![allow(clippy::iter_nth_zero, clippy::for_loops_over_fallibles)]
|
1 |
#![warn(missing_docs)]
|
2 |
#![allow(clippy::iter_nth_zero)]
|
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)
|
1 |
#![allow(clippy::iter_nth_zero)]
|
2 |
#![allow(clippy::single_match)]
|
10 |
#![allow(clippy::iter_nth_zero)]
|
3 |
//! Matrix like object which is used to access and modify terminal frame and images
|
4 |
#![allow(clippy::iter_nth_zero)]
|
30 |
clippy::needless_range_loop,
|
31 |
clippy::iter_nth_zero,
|
32 |
clippy::len_zero,
|
2 |
#![deny(missing_docs)]
|
3 |
#![allow(clippy::iter_nth_zero)]
|
4 |
#![cfg_attr(test, allow(clippy::redundant_clone))]
|