313 |
impl Drop for Bofh {
|
314 |
#[allow(clippy::let_underscore_drop)]
|
315 |
/// Logs the user out of the bofhd session.
|
172 |
{
|
173 |
#[allow(clippy::let_underscore_drop)]
|
174 |
if punct.as_char() == '-' {
|
6929 |
#[allow(clippy::let_underscore_drop)] // kind-of a false positive
|
6930 |
for _ in half.by_ref() {}
|
9 |
clippy::items_after_statements,
|
10 |
clippy::let_underscore_drop,
|
11 |
clippy::trait_duplication_in_bounds,
|
304 |
#[allow(clippy::inline_always)] // All functions are no operations or constants or similar.
|
305 |
#[allow(clippy::let_underscore_drop)]
|
306 |
#[allow(clippy::needless_pass_by_value)]
|
523 |
{
|
524 |
#[allow(clippy::let_underscore_drop)]
|
525 |
fn drop(&mut self)
|
1203 |
if CAMERA_REFCNT.load(Ordering::SeqCst) == 0 {
|
1204 |
#[allow(clippy::let_underscore_drop)]
|
1205 |
let _ = de_initialize_mf();
|
1031 |
// https://github.com/rust-lang/rust-clippy/issues/8003
|
1032 |
#[allow(clippy::let_underscore_drop)]
|
1033 |
let _ = crate::actions::quit();
|
48 |
// https://github.com/rust-lang/rust-clippy/issues/8003
|
49 |
#[allow(clippy::let_underscore_drop)]
|
50 |
let _ = std::fs::remove_file(&path);
|
70 |
#[allow(clippy::let_underscore_drop)]
|
71 |
if let Err(err) = try_main(args).await {
|
295 |
#[allow(clippy::let_underscore_drop, clippy::ptr_as_ptr)]
|
296 |
unsafe impl GetData for String {
|
56 |
// https://github.com/rust-lang/rust-clippy/issues/8003
|
57 |
#[allow(clippy::let_underscore_drop)]
|
58 |
let _ = self.cleanup();
|
39 |
// https://github.com/rust-lang/rust-clippy/issues/8003
|
40 |
#[allow(clippy::let_underscore_drop)]
|
41 |
let _ = self.cleanup();
|
70 |
// https://github.com/rust-lang/rust-clippy/issues/8003
|
71 |
#[allow(clippy::let_underscore_drop)]
|
72 |
let _ = self.cleanup().await;
|
50 |
// https://github.com/rust-lang/rust-clippy/issues/8003
|
51 |
#[allow(clippy::let_underscore_drop)]
|
52 |
let _ = self.cleanup().await;
|
907 |
tracing::debug!("sending identify");
|
908 |
#[allow(clippy::let_underscore_drop)]
|
909 |
let _ = sender.command(&identify);
|
29 |
clippy::missing_safety_doc,
|
30 |
clippy::let_underscore_drop
|
31 |
)]
|
29 |
clippy::missing_panics_doc,
|
30 |
clippy::let_underscore_drop
|
31 |
)]
|
26 |
clippy::missing_panics_doc,
|
27 |
clippy::let_underscore_drop
|
28 |
)]
|
37 |
clippy::missing_panics_doc,
|
38 |
clippy::let_underscore_drop,
|
39 |
clippy::unnested_or_patterns
|
27 |
clippy::missing_errors_doc,
|
28 |
clippy::let_underscore_drop
|
29 |
)]
|
57 |
clippy::missing_panics_doc,
|
58 |
clippy::let_underscore_drop
|
59 |
)]
|
3 |
#![allow(clippy::semicolon_if_nothing_returned)]
|
4 |
#![allow(clippy::let_underscore_drop)]
|
5 |
#![allow(clippy::single_match_else)]
|
17 |
)] // from https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md
|
18 |
#![allow(clippy::if_not_else, clippy::too_many_lines, clippy::let_underscore_drop)]
|
20 |
clippy::cast_sign_loss,
|
21 |
clippy::let_underscore_drop,
|
22 |
clippy::never_loop,
|
18 |
#![deny(unsafe_code)]
|
19 |
#![allow(clippy::let_underscore_drop, clippy::unused_async)]
|
3 |
// underscore drop seems explicit enough
|
4 |
#![allow(clippy::let_underscore_drop)]
|
5 |
// too pedantic - these are valid names
|
3 |
clippy::module_name_repetitions,
|
4 |
clippy::let_underscore_drop,
|
70 |
clippy::default_trait_access,
|
71 |
clippy::let_underscore_drop,
|
72 |
clippy::missing_errors_doc,
|
14 |
clippy::needless_borrow,
|
15 |
clippy::let_underscore_drop,
|
16 |
clippy::match_same_arms
|
251 |
// each other.
|
252 |
#![allow(clippy::let_underscore_drop)]
|
1 |
#![allow(clippy::let_underscore_drop)]
|
1 |
#![allow(clippy::let_underscore_drop)]
|
152 |
clippy::enum_glob_use,
|
153 |
clippy::let_underscore_drop,
|
154 |
clippy::missing_errors_doc,
|
14 |
clippy::enum_glob_use,
|
15 |
let_underscore_drop,
|
16 |
clippy::result_unit_err,
|
14 |
clippy::enum_glob_use,
|
15 |
let_underscore_drop,
|
16 |
clippy::result_unit_err,
|
32 |
clippy::enum_glob_use, // Use Enum globs in match statements
|
33 |
clippy::let_underscore_drop, // Typical of Tensor in-place ops.
|
34 |
clippy::missing_errors_doc, // Errors obvious or complex --- easier to look at error type
|
1 |
#![allow(
|
2 |
clippy::let_underscore_drop,
|
3 |
clippy::match_bool,
|
2 |
clippy::blacklisted_name,
|
3 |
clippy::let_underscore_drop,
|
4 |
clippy::shadow_unrelated,
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
|
2 |
#![cfg_attr(feature = "cargo-clippy", allow(let_underscore_drop))]
|
116 |
doc_markdown,
|
117 |
let_underscore_drop,
|
118 |
must_use_candidate,
|
22 |
clippy::items_after_statements,
|
23 |
clippy::let_underscore_drop,
|
24 |
clippy::match_same_arms,
|
217 |
impl Drop for Terminal {
|
218 |
#![allow(clippy::let_underscore_drop)]
|
219 |
fn drop(&mut self) {
|
16 |
#![allow(
|
17 |
clippy::let_underscore_drop,
|
18 |
clippy::clone_on_copy,
|
228 |
clippy::iter_not_returning_iterator, // https://github.com/rust-lang/rust-clippy/issues/8285
|
229 |
clippy::let_underscore_drop,
|
230 |
clippy::manual_assert,
|