162 |
clippy::cast_possible_wrap,
|
163 |
clippy::into_iter_on_ref
|
164 |
)]
|
100 |
#[allow(clippy::into_iter_on_ref)]
|
101 |
for (i, &elem) in s.into_iter().enumerate() {
|
52 |
#[allow(clippy::into_iter_on_ref)]
|
53 |
pub fn regexset_add(set: &mut re::RegexSet, mask: &str) {
|
107 |
#[allow(clippy::into_iter_on_ref)]
|
108 |
fn into_iter(self) -> Self::IntoIter {
|
117 |
#[allow(clippy::into_iter_on_ref)]
|
118 |
fn into_iter(self) -> Self::IntoIter {
|
948 |
#[allow(clippy::too_many_arguments)]
|
949 |
#[allow(clippy::into_iter_on_ref)]
|
950 |
fn convert_to_table2<'a>(
|
279 |
#[allow(clippy::too_many_arguments)]
|
280 |
#[allow(clippy::into_iter_on_ref)]
|
281 |
fn convert_to_table2<'a>(
|
78 |
fn into_iter(self) -> Self::IntoIter {
|
79 |
#[allow(clippy::into_iter_on_ref)]
|
80 |
(&self.0).into_iter()
|
89 |
fn into_iter(self) -> Self::IntoIter {
|
90 |
#[allow(clippy::into_iter_on_ref)]
|
91 |
(&mut self.0).into_iter()
|
54 |
fn into_iter(self) -> Self::IntoIter {
|
55 |
#[allow(clippy::into_iter_on_ref)]
|
56 |
(&self.0).into_iter()
|
22 |
#[allow(array_into_iter)]
|
23 |
#[allow(clippy::into_iter_on_ref)]
|
24 |
impl<const N: usize> Arg for Args<([(Command, Command); N], Command)> {
|
36 |
#[allow(array_into_iter)]
|
37 |
#[allow(clippy::into_iter_on_ref)]
|
38 |
impl<const N: usize> Arg for Args<([Command; N], Command)> {
|
49 |
#[allow(array_into_iter)]
|
50 |
#[allow(clippy::into_iter_on_ref)]
|
51 |
impl<T, const N: usize> Arg for Args<([T; N], Command)>
|
73 |
#[allow(array_into_iter)]
|
74 |
#[allow(clippy::into_iter_on_ref)]
|
75 |
impl<const N: usize> Arg for Args<([Command; N], Func)> {
|
86 |
#[allow(array_into_iter)]
|
87 |
#[allow(clippy::into_iter_on_ref)]
|
88 |
impl<T, const N: usize> Arg for Args<([T; N], Func)>
|
40 |
#[allow(array_into_iter)]
|
41 |
#[allow(clippy::into_iter_on_ref)]
|
42 |
impl<T, const N: usize> Arg for Args<[T; N]>
|
58 |
#[allow(array_into_iter)]
|
59 |
#[allow(clippy::into_iter_on_ref)]
|
60 |
impl<T, const N: usize> Arg for Args<([T; N], Options)>
|
36 |
#[allow(array_into_iter)]
|
37 |
#[allow(clippy::into_iter_on_ref)]
|
38 |
impl<const N: usize> Arg for Args<([Command; N], Func)> {
|
57 |
#[allow(array_into_iter)]
|
58 |
#[allow(clippy::into_iter_on_ref)]
|
59 |
impl<T, const N: usize> Arg for Args<([T; N], Func)>
|
42 |
#[allow(array_into_iter)]
|
43 |
#[allow(clippy::into_iter_on_ref)]
|
44 |
impl<const N: usize> From<[Command; N]> for Command {
|
220 |
// Finalize each transition, starting from the last one.
|
221 |
#[allow(clippy::into_iter_on_ref)]
|
222 |
for transition in execution.into_iter().rev() {
|
2274 |
impl<T: Clone> Clone for IntoIter<T> {
|
2275 |
#[allow(clippy::into_iter_on_ref)]
|
2276 |
fn clone(&self) -> Self {
|
131 |
#[allow(clippy::into_iter_on_ref)]
|
132 |
fn into_iter(self) -> Self::IntoIter {
|
141 |
#[allow(clippy::into_iter_on_ref)]
|
142 |
fn into_iter(self) -> Self::IntoIter {
|
28 |
impl TypedOp for InnerDimToComplex {
|
29 |
#[allow(clippy::into_iter_on_ref)]
|
30 |
fn output_facts(&self, inputs: &[&TypedFact]) -> TractResult<TVec<TypedFact>> {
|
1525 |
#[allow(clippy::into_iter_on_ref)]
|
1526 |
fn into_iter(self) -> Iter<'a, V> {
|
1535 |
#[allow(clippy::into_iter_on_ref)]
|
1536 |
fn into_iter(self) -> IterMut<'a, V> {
|
1 |
#![allow(clippy::into_iter_on_ref)]
|
2 |
#![warn(missing_debug_implementations, rust_2018_idioms)]
|
1 |
#![feature(non_exhaustive)]
|
2 |
#![allow(clippy::into_iter_on_ref)]
|
3 |
#![allow(clippy::into_iter_on_array)]
|