968 |
#[allow(clippy::get_first)]
|
969 |
let source = ids.get(0)?;
|
463 |
#[test]
|
464 |
#[allow(clippy::get_first)]
|
465 |
fn test_is_writable_account_cache() {
|
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> {
|
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) {
|
5 |
/// Decodes a varint from a slice, returning the remainder of the slice and the value.
|
6 |
#[allow(clippy::get_first)]
|
7 |
#[inline]
|
463 |
#[test]
|
464 |
#[allow(clippy::get_first)]
|
465 |
fn test_is_writable_account_cache() {
|
1 |
#![allow(clippy::get_first)]
|
2 |
#![allow(clippy::int_plus_one)]
|
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
|
1 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
2 |
#![allow(clippy::get_first)]
|
5 |
#![warn(missing_debug_implementations)]
|
6 |
#![allow(clippy::get_first)]
|
175 |
#![allow(clippy::cognitive_complexity)]
|
176 |
#![allow(clippy::get_first)]
|
177 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
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
|
1 |
#![allow(clippy::get_first)]
|