mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
refactor/od ~ fix cargo clippy
complaint (*allow* clippy::enum_variant_names)
This commit is contained in:
parent
26cb6540da
commit
3f0ac06122
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
||||||
|
#[allow(clippy::enum_variant_names)]
|
||||||
#[derive(Copy)]
|
#[derive(Copy)]
|
||||||
pub enum FormatWriter {
|
pub enum FormatWriter {
|
||||||
IntWriter(fn(u64) -> String),
|
IntWriter(fn(u64) -> String),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue