Remove wildcard version from ureq dependency

This commit is contained in:
2024-09-22 22:08:50 +02:00
parent 1922d2c5d1
commit 6e1d3fea46
3 changed files with 13 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ pub enum MensaName {
PrinzKarl,
}
#[allow(dead_code)]
pub trait Mealplan {
fn id(&self) -> &str;
fn name(&self) -> &str;