feat: add a new empty struct Handful

This commit is contained in:
2025-11-16 08:02:54 +01:00
parent 85824b87ff
commit 97a0fbb163
9 changed files with 24 additions and 3 deletions

View File

@@ -3,8 +3,7 @@ use crate::*;
// use std::str::FromStr;
#[derive(Debug, PartialEq, PartialOrd, Eq, Ord, Clone, Copy, Hash)]
pub enum E {
}
pub enum E {}
// impl Display for E {
// fn fmt(&self, f: &mut std::fmt::Formatter) -> std::result::Result<(), std::fmt::Error> {
@@ -38,7 +37,7 @@ pub enum E {
// }
// }
// }
//
//
// #[test]
// fn check_002() {
// for value in [E::NoValue] {