149 |
if cfg!(debug_assertions) {
|
150 |
#[cfg_attr(feature = "cargo-clippy", allow(use_debug))]
|
151 |
tera.register_filter("debug", |input, _| {
|
223 |
impl From<tera::Error> for TeraFailure {
|
224 |
#[cfg_attr(feature = "cargo-clippy", allow(use_debug))]
|
225 |
fn from(e: tera::Error) -> Self {
|
162 |
/// Debugging code that can fuck off in other situations
|
163 |
#[allow(dead_code, clippy::use_debug, clippy::print_stdout)]
|
164 |
#[inline(never)]
|
132 |
/// Parses the assembly function at `path` from the file `file`.
|
133 |
#[cfg_attr(feature = "cargo-clippy", allow(use_debug))]
|
134 |
pub fn function(file: &::std::path::Path) -> Result {
|
40 |
#[cfg_attr(feature = "cargo-clippy", allow(print_stdout, use_debug))]
|
41 |
fn main() {
|
50 |
/// Returns the files used by the function.
|
51 |
#[cfg_attr(feature = "cargo-clippy", allow(use_debug))]
|
52 |
pub fn parse(
|
442 |
#[allow(clippy::use_debug)] // `Debug` usage is intentional here
|
443 |
impl fmt::Display for HookType {
|
59 |
/// having to put the error message pretty-printing inside main()
|
60 |
#[allow(clippy::result_expect_used, clippy::exit, clippy::use_debug)]
|
61 |
fn main() {
|
138 |
#[allow(clippy::use_debug)]
|
139 |
impl fmt::Display for Protocol
|
11 |
#[cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value, use_debug))]
|
12 |
pub(crate) fn default_catch<E: fmt::Debug + Send>(err: E) -> Response {
|
59 |
#[cfg_attr(feature = "cargo-clippy", allow(use_debug, never_loop))]
|
60 |
pub fn run<A: ToSocketAddrsExt>(&self, addr: A) -> Result<(), ListenError> {
|
42 |
#[allow(clippy::print_stdout)]
|
43 |
#[allow(clippy::use_debug)]
|
44 |
pub fn print(&mut self, k: usize, t: F, f: F, p: [F; N], best_f: F, best_p: [F; N]) {
|
2629 |
#[allow(clippy::use_debug)]
|
2630 |
default fn spec_extend(&mut self, iterator: I) {
|
2631 |
#[allow(clippy::use_debug)]
|
2632 |
default fn spec_extend(&mut self, iterator: I) {
|
299 |
#[allow(clippy::use_debug)]
|
300 |
if in_block {
|
316 |
// eas: bummer to hardcode this but thats how tracing does it
|
317 |
#[allow(unused_must_use, clippy::use_debug)]
|
318 |
if field.name() == self.field_name {
|
2 |
#![cfg_attr(stdsimd_strict, deny(warnings))]
|
3 |
#![allow(clippy::option_unwrap_used, clippy::print_stdout, clippy::use_debug)]
|
4 |
feature = "cargo-clippy",
|
5 |
allow(option_unwrap_used, print_stdout, use_debug)
|
6 |
)]
|
61 |
#![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))]
|
62 |
#![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items, use_debug, cast_possible_truncation))]
|
46 |
#![allow(clippy::implicit_return)]
|
47 |
#![allow(clippy::use_debug)]
|
202 |
#![allow(clippy::panic_in_result_fn)]
|
203 |
#![allow(clippy::use_debug)]
|
204 |
#![allow(clippy::wildcard_enum_match_arm)]
|
30 |
#![allow(clippy::unwrap_used)]
|
31 |
#![allow(clippy::use_debug)]
|
40 |
)]
|
41 |
#![cfg_attr(feature = "cargo-clippy", allow(use_debug, too_many_arguments))]
|
39 |
)]
|
40 |
#![cfg_attr(feature = "cargo-clippy", allow(use_debug, too_many_arguments))]
|
41 |
#![cfg(target_os = "android")]
|
106 |
// Used by some subcommands.
|
107 |
clippy::use_debug,
|
108 |
)]
|
37 |
deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used))]
|
38 |
#![cfg_attr(feature = "cargo-clippy", allow(use_debug, too_many_arguments))]
|
37 |
deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used))]
|
38 |
#![cfg_attr(feature = "cargo-clippy", allow(use_debug, too_many_arguments))]
|
73 |
clippy::print_stdout,
|
74 |
clippy::use_debug
|
75 |
)]
|
73 |
clippy::print_stdout,
|
74 |
clippy::use_debug
|
75 |
)]
|
1 |
//! Example that uses the library.
|
2 |
#![allow(clippy::print_stdout, clippy::use_debug)]
|
161 |
type_repetition_in_bounds, // https://github.com/rust-lang/rust-clippy/issues/8772
|
162 |
use_debug,
|
163 |
use_self
|
168 |
#![allow(clippy::print_stdout)]
|
169 |
#![allow(clippy::use_debug)]
|
7 |
clippy::print_stdout,
|
8 |
clippy::use_debug,
|
9 |
clippy::integer_arithmetic,
|
2 |
#![cfg_attr(stdsimd_strict, deny(warnings))]
|
3 |
#![allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)]
|
2 |
#![cfg_attr(stdsimd_strict, deny(warnings))]
|
3 |
#![allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)]
|
4 |
feature = "cargo-clippy",
|
5 |
allow(option_unwrap_used, use_debug, print_stdout)
|
6 |
)]
|
44 |
clippy::print_stdout,
|
45 |
clippy::use_debug
|
46 |
)]
|