remove warnings

This commit is contained in:
Mylloon 2024-10-01 17:49:03 +02:00 committed by Mylloon
parent 400a927ce1
commit 25f91f70e7

View file

@ -88,10 +88,8 @@ async fn main() {
println!("Fichier .ICS construit et exporté => {filename}");
} else {
println!("\x1b[93mNOTICE: IT WON'T WORK!!!\x1b[0m");
// Show the calendar
println!("Affichage...");
timetable::display(&timetable, args.cl);
println!("Vous devrez peut-être mettre votre terminal en plein écran si ce n'est pas déjà le cas.");
}
}