1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #5385 from cakebaker/uucore_remove_commented_out_enum

uucore: remove commented out enum FChar
This commit is contained in:
Sylvestre Ledru 2023-10-09 15:39:38 +02:00 committed by GitHub
commit 0695437de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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