19 |
// outputting?
|
20 |
#[allow(clippy::print_in_format_impl)]
|
21 |
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
|
248 |
#[allow(clippy::print_in_format_impl)]
|
249 |
impl Display for CustomTypeList {
|
157 |
),
|
158 |
#[allow(clippy::print_in_format_impl)]
|
159 |
Self::FilesystemTypeBothSelectedAndExcluded(types) => {
|
1677 |
impl fmt::Debug for x::Atom {
|
1678 |
#[allow(clippy::print_in_format_impl)]
|
1679 |
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
20 |
// TODO (howardwu): Remove me after tracing.
|
21 |
#![allow(clippy::print_in_format_impl)]
|
22 |
#![cfg_attr(test, allow(clippy::assertions_on_result_states))]
|
20 |
// TODO (howardwu): Remove me after tracing.
|
21 |
#![allow(clippy::print_in_format_impl)]
|
22 |
// TODO (howardwu): Update the return type on `execute` after stabilizing the interface.
|