978 |
#[allow(clippy::used_underscore_binding)]
|
979 |
impl<T: Record> From<Document<T>> for DatabaseRecord<T> {
|
128 |
#[allow(unknown_lints)]
|
129 |
#[allow(clippy::used_underscore_binding)]
|
130 |
#[allow(missing_debug_implementations)]
|
18 |
trace!("Version {}, Limit: {}", version, limit);
|
19 |
#[allow(clippy::used_underscore_binding)]
|
20 |
sqlx::query_as::<_, RecordedEvent>(
|
51 |
) -> Result<Stream, sqlx::Error> {
|
52 |
#[allow(clippy::used_underscore_binding)]
|
53 |
#[allow(clippy::similar_names)]
|
64 |
) -> Result<Stream, sqlx::Error> {
|
65 |
#[allow(clippy::used_underscore_binding)]
|
66 |
sqlx::query_as::<_, Stream>("INSERT INTO streams (stream_uuid) VALUES ($1) RETURNING stream_id, stream_uuid, stream_version, created_at, deleted_at")
|
400 |
pub(crate) fn process(&self) -> Option<&Process> {
|
401 |
#[allow(clippy::used_underscore_binding)]
|
402 |
self.inner.process.as_ref()
|
402 |
pub(crate) fn process(&self) -> Option<&Process> {
|
403 |
#[allow(clippy::used_underscore_binding)]
|
404 |
self.inner.process.as_ref()
|
126 |
#[allow(unknown_lints)]
|
127 |
#[allow(clippy::used_underscore_binding)]
|
128 |
#[allow(missing_debug_implementations)]
|
11 |
clippy::trait_duplication_in_bounds,
|
12 |
clippy::used_underscore_binding
|
13 |
)]
|
83 |
#[allow(clippy::used_underscore_binding)]
|
84 |
if let Some((_first_first_header, _first_frame_offset)) = find_next_frame(reader)? {
|
29 |
// Depends on the feature
|
30 |
clippy::used_underscore_binding
|
31 |
)]
|
71 |
// Depends on the feature
|
72 |
clippy::used_underscore_binding
|
73 |
)]
|
99 |
// Depends on the feature
|
100 |
clippy::used_underscore_binding
|
101 |
)]
|
398 |
pub(crate) fn process(&self) -> Option<&Process> {
|
399 |
#[allow(clippy::used_underscore_binding)]
|
400 |
self.inner.process.as_ref()
|
63 |
#[allow(clippy::use_self)]
|
64 |
#[allow(clippy::used_underscore_binding)]
|
65 |
const _: () = {
|
20 |
#[allow(clippy::use_self)]
|
21 |
#[allow(clippy::used_underscore_binding)]
|
22 |
const _: () = {
|
16 |
#[allow(clippy::use_self)]
|
17 |
#[allow(clippy::used_underscore_binding)]
|
18 |
const _: () = {
|
114 |
#[allow(clippy::use_self)]
|
115 |
#[allow(clippy::used_underscore_binding)]
|
116 |
const _: () = {
|
23 |
#[allow(clippy::use_self)]
|
24 |
#[allow(clippy::used_underscore_binding)]
|
25 |
const _: () = {
|
16 |
#[allow(clippy::use_self)]
|
17 |
#[allow(clippy::used_underscore_binding)]
|
18 |
const _: () = {
|
81 |
#[allow(clippy::use_self)]
|
82 |
#[allow(clippy::used_underscore_binding)]
|
83 |
const _: () = {
|
43 |
#[allow(clippy::use_self)]
|
44 |
#[allow(clippy::used_underscore_binding)]
|
45 |
const _: () = {
|
20 |
#[allow(clippy::use_self)]
|
21 |
#[allow(clippy::used_underscore_binding)]
|
22 |
const _: () = {
|
53 |
#[allow(clippy::unknown_clippy_lints)]
|
54 |
#[allow(clippy::used_underscore_binding)]
|
55 |
const _: () = {
|
9 |
#[allow(clippy::redundant_pub_crate)]
|
10 |
#[allow(clippy::used_underscore_binding)]
|
11 |
const _: () = {
|
26 |
#[allow(clippy::unknown_clippy_lints)]
|
27 |
#[allow(clippy::used_underscore_binding)]
|
28 |
const _: () = {
|
22 |
#[allow(clippy::redundant_pub_crate)]
|
23 |
#[allow(clippy::used_underscore_binding)]
|
24 |
const _: () = {
|
53 |
#[allow(clippy::unknown_clippy_lints)]
|
54 |
#[allow(clippy::used_underscore_binding)]
|
55 |
const _: () = {
|
24 |
#[allow(clippy::unknown_clippy_lints)]
|
25 |
#[allow(clippy::used_underscore_binding)]
|
26 |
const _: () = {
|
7 |
#[allow(clippy::unknown_clippy_lints)]
|
8 |
#[allow(clippy::used_underscore_binding)]
|
9 |
const _: () = {
|
24 |
#[allow(clippy::unknown_clippy_lints)]
|
25 |
#[allow(clippy::used_underscore_binding)]
|
26 |
const _: () = {
|
46 |
#[allow(clippy::redundant_pub_crate)]
|
47 |
#[allow(clippy::used_underscore_binding)]
|
48 |
const _: () = {
|
23 |
#[allow(clippy::redundant_pub_crate)]
|
24 |
#[allow(clippy::used_underscore_binding)]
|
25 |
const _: () = {
|
314 |
// Clippy is glitching with `async-trait`.
|
315 |
#[allow(clippy::used_underscore_binding)]
|
316 |
async fn call(
|
344 |
// Clippy is glitching with `async-trait`.
|
345 |
#[allow(clippy::used_underscore_binding)]
|
346 |
async fn call(
|
376 |
// Clippy is glitching with `async-trait`.
|
377 |
#[allow(clippy::used_underscore_binding)]
|
378 |
async fn call(
|
1255 |
#[allow(clippy::used_underscore_binding)]
|
1256 |
#[inline(always)]
|
1261 |
#[allow(clippy::used_underscore_binding)]
|
1262 |
#[inline(always)]
|
1749 |
#[allow(clippy::used_underscore_binding)]
|
1750 |
/// Performs the system call and returns the result.
|
1757 |
#[allow(clippy::used_underscore_binding)]
|
1758 |
/// Performs the system call and returns the result.
|
292 |
#[rstest]
|
293 |
#[allow(clippy::used_underscore_binding)] // confused by used of _policy_alg in macro expansion
|
294 |
fn learns_deterministic_bandit_r2g<MB, PB>(
|
312 |
#[rstest]
|
313 |
#[allow(clippy::used_underscore_binding)] // confused by used of _policy_alg in macro expansion
|
314 |
fn learns_deterministic_bandit_values_gae<MB, PB>(
|
357 |
clippy::needless_pass_by_value,
|
358 |
clippy::used_underscore_binding,
|
359 |
clippy::no_effect_underscore_binding
|
157 |
clippy::needless_pass_by_value,
|
158 |
clippy::used_underscore_binding,
|
159 |
clippy::no_effect_underscore_binding
|
180 |
clippy::needless_pass_by_value,
|
181 |
clippy::used_underscore_binding,
|
182 |
clippy::no_effect_underscore_binding
|
107 |
clippy::needless_pass_by_value,
|
108 |
clippy::used_underscore_binding,
|
109 |
clippy::no_effect_underscore_binding
|
121 |
clippy::needless_pass_by_value,
|
122 |
clippy::used_underscore_binding,
|
123 |
clippy::no_effect_underscore_binding
|
95 |
#[allow(clippy::used_underscore_binding)]
|
96 |
fn bound_row_index(&self, _j: usize, _bound_type: BoundDirection) -> Option<usize> {
|
258 |
#[allow(clippy::used_underscore_binding)]
|
259 |
fn deserialize_newtype_struct<V>(
|
448 |
#[allow(clippy::used_underscore_binding)]
|
449 |
fn next_value_seed<V>(&mut self, seed: V) -> Result<V::Value, Self::Error>
|
280 |
#[allow(clippy::used_underscore_binding)]
|
281 |
fn deserialize_newtype_struct<V>(
|
812 |
// this clippy check is mis-firing on async code.
|
813 |
#[allow(clippy::used_underscore_binding)]
|
814 |
pub async fn flush_async(&self) -> Result<usize> {
|
103 |
/// Precompute the multi-resolution data of a frame.
|
104 |
#[allow(clippy::used_underscore_binding)]
|
105 |
fn precompute_multires_data(
|
167 |
/// You can use `tracker.current_frame()` after tracking to retrieve the new frame pose.
|
168 |
#[allow(clippy::used_underscore_binding)]
|
169 |
#[allow(clippy::cast_precision_loss)]
|
258 |
/// Extract known inverse depth values (and coordinates) into vectorized data.
|
259 |
#[allow(clippy::used_underscore_binding)]
|
260 |
fn extract_z(idepth_mat: &DMatrix<InverseDepth>) -> (Vec<(usize, usize)>, Vec<Float>) {
|
281 |
/// Precompute jacobians for each candidate.
|
282 |
#[allow(clippy::used_underscore_binding)]
|
283 |
#[allow(clippy::cast_precision_loss)]
|
310 |
#[allow(clippy::many_single_char_names)]
|
311 |
#[allow(clippy::used_underscore_binding)]
|
312 |
#[allow(clippy::similar_names)]
|
66 |
#[allow(clippy::cast_precision_loss)]
|
67 |
#[allow(clippy::used_underscore_binding)]
|
68 |
fn eval_energy(obs: &Obs, model: &Iso3) -> Precomputed {
|
211 |
/// Warp a point from an image to another by a given rigid body motion.
|
212 |
#[allow(clippy::used_underscore_binding)]
|
213 |
fn warp(model: &Iso3, x: Float, y: Float, _z: Float, intrinsics: &Intrinsics) -> (Float, Float) {
|
812 |
// this clippy check is mis-firing on async code.
|
813 |
#[allow(clippy::used_underscore_binding)]
|
814 |
pub async fn flush_async(&self) -> Result<usize> {
|
131 |
// Binding `_lo` will not be used after assignment.
|
132 |
#[allow(clippy::used_underscore_binding)]
|
133 |
unsafe {
|
187 |
// Bindings `_lo` and `_hi` will not be used after assignment.
|
188 |
#[allow(clippy::used_underscore_binding)]
|
189 |
unsafe {
|
26 |
clippy::trivially_copy_pass_by_ref,
|
27 |
clippy::used_underscore_binding,
|
28 |
clippy::wildcard_in_or_patterns,
|
230 |
clippy::unused_self,
|
231 |
clippy::used_underscore_binding,
|
232 |
clippy::wildcard_imports,
|
1 |
#![allow(clippy::used_underscore_binding)]
|
2 |
use crate::{DatabaseRecord, Error, Record};
|
2 |
#![warn(clippy::pedantic)]
|
3 |
#![allow(clippy::used_underscore_binding)]
|
12 |
// Temporary, this seems to be causing a lot of issues with clippy right now
|
13 |
#![allow(clippy::used_underscore_binding)]
|
2 |
//! the repository.
|
3 |
#![allow(clippy::used_underscore_binding)] // TODO: Fix this after clippy and thiserror start
|
4 |
// playing nice
|
4 |
*/
|
5 |
#![allow(clippy::used_underscore_binding)]
|
6 |
use crate::repository::{Chunk, ChunkHeader, ChunkID, ChunkSettings, EncryptedKey, Key};
|
215 |
#![allow(clippy::module_name_repetitions)]
|
216 |
#![allow(clippy::used_underscore_binding)]
|
217 |
#![allow(clippy::type_complexity)]
|
105 |
#![allow(clippy::doc_markdown)]
|
106 |
#![allow(clippy::used_underscore_binding)]
|
107 |
#![allow(clippy::unnecessary_wraps)]
|
60 |
)]
|
61 |
#![allow(clippy::must_use_candidate, clippy::used_underscore_binding)]
|
3 |
clippy::module_name_repetitions,
|
4 |
clippy::used_underscore_binding,
|
5 |
clippy::missing_errors_doc,
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
|
3 |
use daml::grpc_api::DamlGrpcClientBuilder;
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::used_underscore_binding)]
|
48 |
clippy::missing_const_for_fn,
|
49 |
clippy::used_underscore_binding,
|
50 |
clippy::future_not_send,
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
|
17 |
clippy::missing_errors_doc,
|
18 |
clippy::used_underscore_binding,
|
19 |
clippy::must_use_candidate,
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
|
3 |
use daml::util::DamlSandboxTokenBuilder;
|
1 |
#![allow(clippy::used_underscore_binding)]
|
2 |
use thiserror::Error;
|
7 |
clippy::missing_errors_doc,
|
8 |
clippy::used_underscore_binding,
|
9 |
clippy::must_use_candidate,
|
3 |
#![allow(clippy::used_underscore_binding)]
|
60 |
clippy::use_self,
|
61 |
clippy::used_underscore_binding
|
62 |
)]
|
67 |
clippy::type_repetition_in_bounds,
|
68 |
clippy::used_underscore_binding,
|
69 |
clippy::must_use_candidate,
|
68 |
clippy::type_repetition_in_bounds,
|
69 |
clippy::used_underscore_binding
|
70 |
)]
|
41 |
// When a parameter of a function is prefixed due to `#[cfg]` in an fn.
|
42 |
clippy::used_underscore_binding,
|
43 |
// Same as ↑.
|
22 |
clippy::cast_possible_truncation,
|
23 |
clippy::used_underscore_binding,
|
24 |
clippy::ptr_as_ptr,
|
10 |
clippy::cast_possible_truncation,
|
11 |
clippy::used_underscore_binding,
|
12 |
clippy::ptr_as_ptr,
|
11 |
clippy::cast_possible_truncation,
|
12 |
clippy::used_underscore_binding,
|
13 |
clippy::ptr_as_ptr,
|
15 |
clippy::cast_possible_truncation,
|
16 |
clippy::used_underscore_binding,
|
17 |
clippy::ptr_as_ptr,
|
10 |
clippy::cast_possible_truncation,
|
11 |
clippy::used_underscore_binding,
|
12 |
clippy::ptr_as_ptr,
|
12 |
clippy::cast_possible_truncation,
|
13 |
clippy::used_underscore_binding,
|
14 |
clippy::ptr_as_ptr,
|
13 |
clippy::default_trait_access,
|
14 |
clippy::used_underscore_binding
|
15 |
)]
|
67 |
clippy::type_repetition_in_bounds,
|
68 |
clippy::used_underscore_binding,
|
69 |
clippy::must_use_candidate,
|
13 |
clippy::ptr_as_ptr,
|
14 |
clippy::used_underscore_binding
|
15 |
)]
|
12 |
#![allow(clippy::unseparated_literal_suffix)]
|
13 |
#![allow(clippy::used_underscore_binding)]
|
13 |
#![allow(clippy::doc_markdown)]
|
14 |
#![allow(clippy::used_underscore_binding)]
|
242 |
clippy::module_name_repetitions,
|
243 |
clippy::used_underscore_binding,
|
244 |
clippy::future_not_send,
|
20 |
clippy::just_underscores_and_digits,
|
21 |
clippy::used_underscore_binding
|
22 |
)]
|
14 |
clippy::option_if_let_else,
|
15 |
clippy::used_underscore_binding, // false positive with tracing
|
16 |
)]
|
13 |
clippy::unused_self,
|
14 |
clippy::used_underscore_binding,
|
15 |
clippy::vec_init_then_push
|
108 |
clippy::unused_self,
|
109 |
clippy::used_underscore_binding,
|
110 |
clippy::vec_init_then_push
|
36 |
#![allow(clippy::missing_panics_doc)] // TODO: finalise and document the panics
|
37 |
#![allow(clippy::used_underscore_binding)] // Doesn't work with macros
|
38 |
#![warn(missing_docs)]
|
16 |
clippy::use_self,
|
17 |
clippy::used_underscore_binding,
|
18 |
clippy::wrong_self_convention,
|
16 |
clippy::use_self,
|
17 |
clippy::used_underscore_binding,
|
18 |
clippy::wrong_self_convention,
|
4 |
clippy::unseparated_literal_suffix,
|
5 |
clippy::used_underscore_binding
|
6 |
)]
|
72 |
#![allow(clippy::missing_panics_doc)]
|
73 |
#![allow(clippy::used_underscore_binding)]
|
74 |
#![allow(clippy::inline_always)]
|
103 |
clippy::unused_self,
|
104 |
clippy::used_underscore_binding,
|
105 |
clippy::vec_init_then_push
|
5 |
clippy::unseparated_literal_suffix,
|
6 |
clippy::used_underscore_binding
|
7 |
)]
|
55 |
clippy::wildcard_imports,
|
56 |
clippy::used_underscore_binding,
|
57 |
clippy::future_not_send
|
32 |
clippy::trivially_copy_pass_by_ref,
|
33 |
clippy::used_underscore_binding,
|
34 |
clippy::wildcard_in_or_patterns,
|
26 |
clippy::trivially_copy_pass_by_ref,
|
27 |
clippy::used_underscore_binding,
|
28 |
clippy::wildcard_in_or_patterns,
|
3 |
#![allow(clippy::similar_names)]
|
4 |
#![allow(clippy::used_underscore_binding)]
|
5 |
#![allow(clippy::unsafe_derive_deserialize)]
|
288 |
clippy::unnecessary_unwrap,
|
289 |
clippy::used_underscore_binding,
|
290 |
clippy::wildcard_imports
|
3 |
clippy::too_many_lines,
|
4 |
clippy::used_underscore_binding
|
5 |
)]
|
277 |
clippy::use_self,
|
278 |
clippy::used_underscore_binding,
|
279 |
clippy::wildcard_imports
|
272 |
clippy::use_self,
|
273 |
clippy::used_underscore_binding
|
274 |
)]
|
260 |
use_self,
|
261 |
used_underscore_binding,
|
262 |
)
|
93 |
#![allow(clippy::needless_doctest_main)]
|
94 |
#![allow(clippy::used_underscore_binding, clippy::wildcard_imports)]
|
95 |
#![allow(clippy::wrong_self_convention)] // https://github.com/rust-lang/rust-clippy/issues/6983
|
66 |
// we test on stable)
|
67 |
#![allow(clippy::used_underscore_binding)]
|
68 |
// not going to fix any clippy lints for v0.6.x, they're fixed for v0.7
|
215 |
clippy::print_stdout,
|
216 |
clippy::used_underscore_binding
|
217 |
)]
|
8 |
#![allow(clippy::empty_enum)]
|
9 |
#![allow(clippy::used_underscore_binding)]
|
2 |
// SPDX-License-Identifier: MIT OR Apache-2.0
|
3 |
#![allow(clippy::used_underscore_binding)] // #20
|
2 |
// SPDX-License-Identifier: MIT OR Apache-2.0
|
3 |
#![allow(clippy::used_underscore_binding)] // #20
|
1 |
#![allow(clippy::used_underscore_binding)] // #20
|
10 |
// Caused by interacting with tough::schema::*._extra
|
11 |
clippy::used_underscore_binding,
|
12 |
)]
|
16 |
clippy::unnecessary_wraps,
|
17 |
clippy::used_underscore_binding
|
18 |
)]
|
19 |
clippy::unnecessary_wraps,
|
20 |
clippy::used_underscore_binding
|
21 |
)]
|
17 |
clippy::unnecessary_wraps,
|
18 |
clippy::used_underscore_binding
|
19 |
)]
|
15 |
clippy::unnecessary_wraps,
|
16 |
clippy::used_underscore_binding
|
17 |
)]
|
17 |
clippy::unnecessary_wraps,
|
18 |
clippy::used_underscore_binding
|
19 |
)]
|
16 |
clippy::unnecessary_wraps,
|
17 |
clippy::used_underscore_binding
|
18 |
)]
|
16 |
clippy::unnecessary_wraps,
|
17 |
clippy::used_underscore_binding
|
18 |
)]
|
16 |
clippy::semicolon_if_nothing_returned,
|
17 |
clippy::used_underscore_binding
|
18 |
)]
|
17 |
clippy::unnecessary_wraps,
|
18 |
clippy::used_underscore_binding
|
19 |
)]
|
16 |
clippy::unnecessary_wraps,
|
17 |
clippy::used_underscore_binding
|
18 |
)]
|
17 |
clippy::unnecessary_wraps,
|
18 |
clippy::used_underscore_binding
|
19 |
)]
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::used_underscore_binding)]
|
3 |
#![allow(clippy::non_ascii_literal)]
|
2 |
// We allow this _ because if we don't we'll receive an error that it isn't read on _task_guard.
|
3 |
#![allow(clippy::used_underscore_binding)]
|
4 |
// We allow this so that extern "C" functions are not flagged as confusing. The current placement
|
90 |
clippy::use_self,
|
91 |
clippy::used_underscore_binding
|
92 |
)]
|