122 |
#[allow(clippy::possible_missing_comma)]
|
123 |
pub fn cofactor(self) -> Self
|
190 |
//! [Expression language documentation]: https://github.com/balena-io-modules/balena-temen/blob/master/docs/expression.md
|
191 |
#![allow(clippy::possible_missing_comma)]
|
32 |
// No commas are needed in these cases
|
33 |
#![cfg_attr(feature = "cargo-clippy", allow(possible_missing_comma))]
|
34 |
extern crate rand;
|
1 |
#![allow(clippy::possible_missing_comma)]
|
2 |
use std::time::Instant;
|
1 |
#![allow(clippy::possible_missing_comma)]
|
2 |
use std::time::Instant;
|