219 |
{
|
220 |
#[allow(clippy::single_element_loop)]
|
221 |
for &i in &[0] {
|
235 |
#[allow(clippy::single_element_loop)]
|
236 |
for &i in &[1] {
|
5 |
#[cfg(test)]
|
6 |
#[allow(clippy::single_element_loop)]
|
7 |
mod tests {
|
838 |
#[cfg(test)]
|
839 |
#[allow(clippy::single_element_loop)]
|
840 |
mod tests {
|
273 |
#[allow(clippy::single_element_loop)]
|
274 |
#[test]
|
139 |
let mut futs = Vec::new();
|
140 |
#[allow(clippy::single_element_loop)]
|
141 |
for launcher in &[DEFAULT_LAUNCHER] {
|
998 |
#[allow(clippy::single_element_loop)]
|
999 |
for p in [4611686018326724609] {
|
102 |
}
|
103 |
#[allow(clippy::single_element_loop)]
|
104 |
for err in &[Error::Other] {
|
39 |
#[cfg(test)]
|
40 |
#[allow(clippy::single_element_loop)]
|
41 |
mod tests {
|
24 |
#[context(Runcmd)]
|
25 |
#[allow(clippy::single_element_loop)]
|
26 |
fn install_subplot(context: &ScenarioContext) {
|
1591 |
let mut tauri_index = 0;
|
1592 |
#[allow(clippy::single_element_loop)]
|
1593 |
for (src, pattern, replacement, result) in [(
|
18 |
#![allow(clippy::module_inception)]
|
19 |
#![allow(clippy::single_element_loop)]
|
20 |
// TODO (howardwu): Remove me after tracing.
|
18 |
#![allow(clippy::module_inception)]
|
19 |
#![allow(clippy::single_element_loop)]
|
20 |
// TODO (howardwu): Remove me after tracing.
|