1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

uucore: remove commented out enum FChar

This commit is contained in:
Daniel Hofstetter 2023-10-09 15:28:12 +02:00
parent 9ee3360429
commit b38ac2cb74

View file

@ -17,23 +17,6 @@ pub enum FieldType {
Charf,
}
// #[allow(non_camel_case_types)]
// pub enum FChar {
// d,
// e,
// E,
// i,
// f,
// F,
// g,
// G,
// u,
// x,
// X,
// o
// }
//
// a Sub Tokens' fields are stored
// as a single object so they can be more simply
// passed by ref to num_format in a Sub method