• bluer 0.15.7/src/lib.rs
    968
                #[allow(clippy::get_first)]
    969
                let source = ids.get(0)?;
  • cbe-program 1.15.0/src/message/sanitized.rs
    463
        #[test]
    464
        #[allow(clippy::get_first)]
    465
        fn test_is_writable_account_cache() {
  • nacos-sdk 0.2.2/src/common/remote/mod.rs
    21
    /// make address's port plus 1000
    22
    #[allow(clippy::get_first)]
    23
    pub(crate) fn into_grpc_server_addr(address: &str, shuffle: bool) -> Result<String> {
  • nacos-sdk 0.2.2/src/config/util.rs
    9
    /// parse group_key to (data_id, group, namespace)
    10
    #[allow(clippy::get_first)]
    11
    pub(crate) fn parse_key(group_key: &str) -> (String, String, String) {
  • protozero 0.1.7/src/encoding.rs
    5
    /// Decodes a varint from a slice, returning the remainder of the slice and the value.
    6
    #[allow(clippy::get_first)]
    7
    #[inline]
  • waffles-solana-program 1.15.0/src/message/sanitized.rs
    463
        #[test]
    464
        #[allow(clippy::get_first)]
    465
        fn test_is_writable_account_cache() {
  • css-color 0.2.5/src/lib.rs
    1
    #![allow(clippy::get_first)]
    2
    #![allow(clippy::int_plus_one)]
  • encode_unicode 1.0.0/src/lib.rs
    54
        clippy::identity_op,// applying a set of opereations with varying arguments to many elements looks nice
    55
        clippy::get_first,// .get(0), .get(1) is more readable
    56
        clippy::question_mark,// I prefer it very explicit
  • ftd 1.0.0/src/lib.rs
    1
    #![allow(clippy::derive_partial_eq_without_eq)]
    2
    #![allow(clippy::get_first)]
  • imagine 0.3.1/src/lib.rs
    5
    #![warn(missing_debug_implementations)]
    6
    #![allow(clippy::get_first)]
  • minijinja 0.30.2/src/lib.rs
    175
    #![allow(clippy::cognitive_complexity)]
    176
    #![allow(clippy::get_first)]
    177
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • ttf-parser 0.18.1/src/lib.rs
    40
    #![warn(missing_debug_implementations)]
    41
    #![allow(clippy::get_first)] // we use it for readability
    42
    #![allow(clippy::identity_op)] // we use it for readability
  • xcell-types 0.2.1/src/lib.rs
    1
    #![allow(clippy::get_first)]