• feo-math 0.1.0/src/linear_algebra/matrix4.rs
    122
        #[allow(clippy::possible_missing_comma)]
    123
        pub fn cofactor(self) -> Self
  • balena-temen 0.5.7/src/lib.rs
    190
    //! [Expression language documentation]: https://github.com/balena-io-modules/balena-temen/blob/master/docs/expression.md
    191
    #![allow(clippy::possible_missing_comma)]
  • yogcrypt 0.0.0/src/lib.rs
    32
    // No commas are needed in these cases
    33
    #![cfg_attr(feature = "cargo-clippy", allow(possible_missing_comma))]
    34
    extern crate rand;
  • zkp-stark 0.2.1/examples/mimc_hash.rs
    1
    #![allow(clippy::possible_missing_comma)]
    2
    use std::time::Instant;
  • zkp-stark 0.2.1/examples/mimc_tree.rs
    1
    #![allow(clippy::possible_missing_comma)]
    2
    use std::time::Instant;