10 |
#[allow(clippy::print_stdout, clippy::print_stderr)]
|
11 |
impl Log for CliLog {
|
64 |
/// Runs the borsholder CLI.
|
65 |
#[cfg_attr(feature = "cargo-clippy", allow(print_stdout))]
|
66 |
pub fn run() -> Result<(), Error> {
|
162 |
/// Debugging code that can fuck off in other situations
|
163 |
#[allow(dead_code, clippy::use_debug, clippy::print_stdout)]
|
164 |
#[inline(never)]
|
40 |
#[cfg_attr(feature = "cargo-clippy", allow(print_stdout, use_debug))]
|
41 |
fn main() {
|
178 |
/// display the requested information and exit.
|
179 |
#[allow(clippy::print_stdout)]
|
180 |
fn validate_options(opts: &Cli, config: Config) -> Result<Mode> {
|
310 |
/// Display the processed variable names and/or values.
|
311 |
#[allow(clippy::print_stdout)]
|
312 |
fn output_vars(config: &Config, data: &FileData, section: &str) -> Result<MainResult> {
|
337 |
/// Output the names of the sections parsed from the config file.
|
338 |
#[allow(clippy::print_stdout)]
|
339 |
fn output_sections(data: &FileData) -> MainResult {
|
84 |
#[allow(clippy::print_stderr)]
|
85 |
#[allow(clippy::print_stdout)]
|
86 |
fn diag<F>(&self, f: F)
|
180 |
#[allow(clippy::wildcard_enum_match_arm, clippy::print_stdout)]
|
181 |
fn test<'a, F, O>(f: F, i: &'a str) -> IResult<&'a str, O, VerboseError<&'a str>>
|
626 |
#[allow(clippy::print_stdout)]
|
627 |
pub mod tui {
|
388 |
#[allow(clippy::print_stdout)]
|
389 |
pub fn process_cmd<'a>(matches: &clap::ArgMatches<'a>) -> i32 {
|
166 |
/// Handle `--version`, `--help`, and/or `--features`.
|
167 |
#[allow(clippy::print_stdout)]
|
168 |
fn version_help_features<F: FnOnce() -> String>(
|
239 |
/// Obtain the features of a program, display them as requested.
|
240 |
#[allow(clippy::print_stdout)]
|
241 |
#[allow(clippy::wildcard_enum_match_arm)]
|
266 |
#[allow(clippy::wildcard_enum_match_arm, clippy::print_stdout)]
|
267 |
fn test<'a, F, O>(f: F, i: &'a str) -> IResult<&'a str, O, VerboseError<&'a str>>
|
151 |
/// Runs the command `list-templates`
|
152 |
#[allow(clippy::print_stdout)]
|
153 |
fn run_list_templates() -> Result<()> {
|
117 |
#[allow(clippy::print_stdout, clippy::integer_arithmetic)]
|
118 |
/// The program starts here.
|
82 |
#[allow(clippy::print_stdout, clippy::integer_arithmetic)]
|
83 |
/// The program starts here. No arguments.
|
203 |
#[allow(clippy::print_stdout, clippy::integer_arithmetic)]
|
204 |
/// The program starts here. No arguments.
|
117 |
#[allow(clippy::print_stdout, clippy::integer_arithmetic)]
|
118 |
/// The program starts here.
|
154 |
#[allow(clippy::print_stdout, clippy::integer_arithmetic)]
|
155 |
/// The program starts here. No arguments.
|
139 |
#[allow(clippy::print_stdout, clippy::type_complexity)]
|
140 |
pub fn run_benchmark<'a, I: Iterator>(
|
194 |
#[allow(clippy::print_stdout, clippy::type_complexity)]
|
195 |
pub fn run_benchmark_old<'a, I: Iterator>(
|
131 |
#[cfg(test)]
|
132 |
#[allow(clippy::all, clippy::print_stdout)]
|
133 |
mod tests {
|
48 |
#[cfg(test)]
|
49 |
#[allow(clippy::print_stdout)]
|
50 |
mod tests {
|
54 |
#[cfg(test)]
|
55 |
#[allow(clippy::print_stdout)]
|
56 |
mod tests {
|
41 |
/// * `best_p` --- Current point of the best solution.
|
42 |
#[allow(clippy::print_stdout)]
|
43 |
#[allow(clippy::use_debug)]
|
42 |
impl Report for PrintReporter {
|
43 |
#[allow(clippy::print_stdout)]
|
44 |
fn report(&self, items: CollectItem) {
|
60 |
#[allow(clippy::print_stdout)]
|
61 |
fn cmd_features(varfull: &VariantDefTop) {
|
70 |
#[allow(clippy::print_stdout)]
|
71 |
fn cmd_detect(varfull: &VariantDefTop) -> Result<()> {
|
77 |
#[allow(clippy::print_stdout)]
|
78 |
fn run_command(cmdvec: &[String], action: &str, noop: bool) -> Result<()> {
|
113 |
#[allow(clippy::print_stdout)]
|
114 |
fn copy_file(fname: &str, srcdir: &str, dstdir: &str, noop: bool) -> Result<()> {
|
331 |
#[allow(clippy::print_stdout)]
|
332 |
fn cmd_command_list(varfull: &VariantDefTop) -> Result<()> {
|
189 |
#[allow(clippy::print_stdout)]
|
190 |
fn main() -> Result<()> {
|
4 |
/// spec testsuite.
|
5 |
#[allow(clippy::print_stdout)]
|
6 |
pub fn spectest_importobject(store: &mut Store) -> Imports {
|
77 |
#[allow(clippy::print_stdout)]
|
78 |
pub fn emit(self) {
|
32 |
clippy::panic,
|
33 |
clippy::print_stdout,
|
34 |
clippy::unreachable,
|
235 |
#![allow(clippy::print_stderr)]
|
236 |
#![allow(clippy::print_stdout)]
|
237 |
#![allow(clippy::single_char_pattern)]
|
41 |
#![allow(clippy::print_stderr)]
|
42 |
#![allow(clippy::print_stdout)]
|
5 |
#![allow(clippy::print_stderr)]
|
6 |
#![allow(clippy::print_stdout)]
|
7 |
#![allow(clippy::single_char_pattern)]
|
5 |
#![allow(clippy::print_stderr)]
|
6 |
#![allow(clippy::print_stdout)]
|
7 |
#![allow(clippy::single_char_pattern)]
|
5 |
#![allow(clippy::print_stderr)]
|
6 |
#![allow(clippy::print_stdout)]
|
7 |
#![allow(clippy::single_char_pattern)]
|
5 |
#![allow(clippy::print_stderr)]
|
6 |
#![allow(clippy::print_stdout)]
|
7 |
#![allow(clippy::single_char_pattern)]
|
5 |
#![allow(clippy::print_stderr)]
|
6 |
#![allow(clippy::print_stdout)]
|
7 |
#![allow(clippy::single_char_pattern)]
|
26 |
clippy::panic,
|
27 |
clippy::print_stdout,
|
28 |
clippy::unreachable,
|
14 |
#![allow(clippy::print_stdout)]
|
14 |
#![allow(clippy::print_stdout)]
|
1 |
//! Checkpoint example.
|
2 |
#![allow(clippy::expect_used, unused_qualifications, clippy::unused_async, clippy::print_stdout)]
|
1 |
//! Simple example using context.
|
2 |
#![allow(clippy::expect_used, unused_qualifications, clippy::unused_async, clippy::print_stdout)]
|
1 |
//! Example showing the error handling in jobs.
|
2 |
#![allow(clippy::expect_used, unused_qualifications, clippy::unused_async, clippy::print_stdout)]
|
1 |
//! Simple example.
|
2 |
#![allow(clippy::expect_used, unused_qualifications, clippy::unused_async, clippy::print_stdout)]
|
10 |
// We're allowed to print things to the user in the `cmd` submodule.
|
11 |
#![allow(clippy::print_stdout)]
|
26 |
clippy::panic,
|
27 |
clippy::print_stdout,
|
28 |
clippy::unreachable,
|
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 |
)]
|
26 |
clippy::panic,
|
27 |
clippy::print_stdout,
|
28 |
clippy::unreachable,
|
1 |
//! Noisy polynomial example.
|
2 |
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
|
1 |
//! Polynomial example.
|
2 |
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
|
1 |
//! Simple example.
|
2 |
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
|
43 |
#![allow(clippy::panic_in_result_fn)]
|
44 |
#![allow(clippy::print_stdout)]
|
45 |
#![allow(clippy::print_stderr)]
|
28 |
#![allow(clippy::panic_in_result_fn)]
|
29 |
#![allow(clippy::print_stdout)]
|
30 |
#![allow(clippy::unwrap_used)]
|
5 |
clippy::shadow_reuse,
|
6 |
clippy::print_stdout,
|
7 |
clippy::wildcard_enum_match_arm,
|
72 |
clippy::panic_in_result_fn,
|
73 |
clippy::print_stdout,
|
74 |
clippy::use_debug
|
72 |
clippy::panic_in_result_fn,
|
73 |
clippy::print_stdout,
|
74 |
clippy::use_debug
|
1 |
#![allow(clippy::print_stdout)]
|
1 |
//! CIFAR10 example.
|
2 |
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout, clippy::unwrap_used)]
|
1 |
//! Simple categorical example.
|
2 |
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout, clippy::unwrap_used)]
|
1 |
//! Simple example.
|
2 |
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout, clippy::unwrap_used)]
|
25 |
clippy::non_ascii_literal,
|
26 |
clippy::print_stdout,
|
27 |
clippy::print_stderr,
|
5 |
clippy::shadow_reuse,
|
6 |
clippy::print_stdout,
|
7 |
clippy::wildcard_enum_match_arm,
|
29 |
#![allow(unused_results)]
|
30 |
#![allow(clippy::print_stdout)]
|
1 |
#![allow(unused_results)]
|
2 |
#![allow(clippy::print_stdout)]
|
54 |
clippy::cast_precision_loss,
|
55 |
clippy::print_stdout,
|
56 |
clippy::print_stderr,
|
13 |
clippy::cast_precision_loss,
|
14 |
clippy::print_stdout,
|
15 |
clippy::print_stderr,
|
1 |
//! Example that uses the library.
|
2 |
#![allow(clippy::print_stdout, clippy::use_debug)]
|
5 |
clippy::shadow_reuse,
|
6 |
clippy::print_stdout,
|
7 |
clippy::wildcard_enum_match_arm,
|
29 |
#![allow(unused_results)]
|
30 |
#![allow(clippy::print_stdout)]
|
31 |
#![allow(clippy::float_arithmetic)]
|
1 |
#![allow(unused_results)]
|
2 |
#![allow(clippy::print_stdout)]
|
29 |
#![allow(unused_results)]
|
30 |
#![allow(clippy::print_stdout)]
|
31 |
#![allow(clippy::float_arithmetic)]
|
1 |
#![allow(unused_results)]
|
2 |
#![allow(clippy::print_stdout)]
|
167 |
mod tests {
|
168 |
#![allow(clippy::print_stdout)]
|
169 |
#![allow(clippy::use_debug)]
|
6 |
clippy::option_unwrap_used,
|
7 |
clippy::print_stdout,
|
8 |
clippy::use_debug,
|
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 |
)]
|
214 |
clippy::module_name_repetitions,
|
215 |
clippy::print_stdout,
|
216 |
clippy::used_underscore_binding
|
538 |
#![allow(clippy::print_stderr)]
|
539 |
#![allow(clippy::print_stdout)]
|
540 |
#![allow(clippy::single_char_pattern)]
|
592 |
#![allow(clippy::print_stderr)]
|
593 |
#![allow(clippy::print_stdout)]
|
594 |
#![allow(clippy::single_char_pattern)]
|
61 |
// be used by tests, where this is the preferred means of communication with the user.
|
62 |
#![allow(clippy::print_stdout, clippy::print_stderr)]
|
41 |
#![allow(clippy::print_stderr)]
|
42 |
#![allow(clippy::print_stdout)]
|
43 |
#![allow(clippy::single_char_pattern)]
|
7 |
#![allow(clippy::print_stderr)]
|
8 |
#![allow(clippy::print_stdout)]
|
9 |
#![allow(clippy::single_char_pattern)]
|
533 |
#![allow(clippy::print_stderr)]
|
534 |
#![allow(clippy::print_stdout)]
|
535 |
#![allow(clippy::single_char_pattern)]
|
135 |
#![allow(clippy::print_stderr)]
|
136 |
#![allow(clippy::print_stdout)]
|
137 |
#![allow(clippy::single_char_pattern)]
|
85 |
#![allow(clippy::print_stderr)]
|
86 |
#![allow(clippy::print_stdout)]
|
87 |
#![allow(clippy::single_char_pattern)]
|
744 |
#![allow(clippy::print_stderr)]
|
745 |
#![allow(clippy::print_stdout)]
|
746 |
#![allow(clippy::single_char_pattern)]
|
392 |
#![allow(clippy::print_stderr)]
|
393 |
#![allow(clippy::print_stdout)]
|
394 |
#![allow(clippy::single_char_pattern)]
|
339 |
#![allow(clippy::print_stderr)]
|
340 |
#![allow(clippy::print_stdout)]
|
341 |
#![allow(clippy::single_char_pattern)]
|
407 |
#![allow(clippy::print_stderr)]
|
408 |
#![allow(clippy::print_stdout)]
|
409 |
#![allow(clippy::single_char_pattern)]
|
176 |
#![allow(clippy::print_stderr)]
|
177 |
#![allow(clippy::print_stdout)]
|
178 |
#![allow(clippy::single_char_pattern)]
|
7 |
#![allow(clippy::print_stderr)]
|
8 |
#![allow(clippy::print_stdout)]
|
9 |
#![allow(clippy::single_char_pattern)]
|
254 |
#![allow(clippy::print_stderr)]
|
255 |
#![allow(clippy::print_stdout)]
|
256 |
#![allow(clippy::single_char_pattern)]
|
610 |
#![allow(clippy::print_stderr)]
|
611 |
#![allow(clippy::print_stdout)]
|
612 |
#![allow(clippy::single_char_pattern)]
|
40 |
#![allow(clippy::print_stderr)]
|
41 |
#![allow(clippy::print_stdout)]
|
42 |
#![allow(clippy::single_char_pattern)]
|
237 |
#![allow(clippy::print_stderr)]
|
238 |
#![allow(clippy::print_stdout)]
|
239 |
#![allow(clippy::single_char_pattern)]
|
143 |
#![allow(clippy::print_stderr)]
|
144 |
#![allow(clippy::print_stdout)]
|
145 |
#![allow(clippy::single_char_pattern)]
|
410 |
#![allow(clippy::print_stderr)]
|
411 |
#![allow(clippy::print_stdout)]
|
412 |
#![allow(clippy::single_char_pattern)]
|
783 |
#![allow(clippy::print_stderr)]
|
784 |
#![allow(clippy::print_stdout)]
|
785 |
#![allow(clippy::single_char_pattern)]
|
311 |
#![allow(clippy::print_stderr)]
|
312 |
#![allow(clippy::print_stdout)]
|
313 |
#![allow(clippy::single_char_pattern)]
|
91 |
#![allow(clippy::print_stderr)]
|
92 |
#![allow(clippy::print_stdout)]
|
93 |
#![allow(clippy::single_char_pattern)]
|
95 |
mod test {
|
96 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
269 |
mod tests {
|
270 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
584 |
mod tests {
|
585 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
220 |
mod tests {
|
221 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
135 |
mod tests {
|
136 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
422 |
pub(crate) mod tests {
|
423 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
10 |
clippy::dbg_macro,
|
11 |
clippy::print_stdout,
|
12 |
clippy::single_component_path_imports
|
461 |
mod tests {
|
462 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
288 |
mod tests {
|
289 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
904 |
mod tests {
|
905 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
214 |
mod tests {
|
215 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
389 |
mod tests {
|
390 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
251 |
mod tests {
|
252 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
614 |
mod tests {
|
615 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
784 |
mod tests {
|
785 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
156 |
mod tests {
|
157 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
159 |
mod tests {
|
160 |
#![allow(clippy::dbg_macro, clippy::print_stdout)]
|
1 |
// TODO(gib): Use https://lib.rs/crates/indicatif for progress bars and remove this.
|
2 |
#![allow(clippy::print_stdout, clippy::unwrap_used)]
|
3 |
use std::{
|
29 |
#![allow(unused_results)]
|
30 |
#![allow(clippy::print_stdout)]
|
31 |
#![allow(clippy::float_arithmetic)]
|
1 |
#![allow(unused_results)]
|
2 |
#![allow(clippy::print_stdout)]
|
43 |
clippy::panic_in_result_fn,
|
44 |
clippy::print_stdout,
|
45 |
clippy::use_debug
|