remove warnings

This commit is contained in:
Mylloon 2024-10-01 17:49:03 +02:00
parent 8e18f7d2e5
commit 65072feb2c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

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.");
}
}