This commit is contained in:
Fabian Stamm
2025-05-29 20:28:15 +02:00
parent bfb8c076be
commit 6cb51c4120
2 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
use anyhow::{anyhow, Result};
use anyhow::Result;
use log::info;
use std::collections::{HashMap, HashSet};
@ -7,12 +7,6 @@ use crate::ir::{BaseType, EnumDefinition, ServiceDefinition, Step, Type, TypeDef
use crate::IR;
// #[derive(Debug, PartialEq, Eq, PartialOrd, Ord)]
// pub enum Flavour {
// ESM,
// Node,
// }
pub trait Flavour {
fn ext() -> &'static str;
fn name() -> &'static str;