We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8282bb9 commit d71872fCopy full SHA for d71872f
src/uu/od/src/formatter_item_info.rs
@@ -7,6 +7,7 @@
7
use std::fmt;
8
9
#[allow(clippy::enum_variant_names)]
10
+#[allow(unpredictable_function_pointer_comparisons)]
11
#[derive(Clone, Copy, PartialEq, Eq)]
12
pub enum FormatWriter {
13
IntWriter(fn(u64) -> String),
0 commit comments