This commit is contained in:
mo8it
2024-04-17 16:11:44 +02:00
parent 7f433ae28f
commit 7005d8a400
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ mod watch;
use self::{app_state::AppState, dev::DevCommands, info_file::InfoFile, watch::WatchExit};
const CURRENT_FORMAT_VERSION: u8 = 1;
const DEVELOPING_OFFIFICAL_RUSTLINGS: bool = {
const DEVELOPING_OFFICIAL_RUSTLINGS: bool = {
#[allow(unused_assignments, unused_mut)]
let mut debug_profile = false;