cargo claimed let chains are stable then nah?

This commit is contained in:
RustyStriker 2022-08-31 19:19:52 +03:00
parent 23605ab38a
commit b1d675a3a2
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#![feature(let_chains)]
use bevy::prelude::*;
use bevy_egui::egui;
@ -117,4 +119,4 @@ impl Default for ButtonsColors {
clicked: egui::Rgba::from_rgb(1.0, 1.0, 1.0)
}
}
}
}