diff options
| author | mo8it <mo8it@proton.me> | 2024-04-17 16:11:44 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-17 16:11:44 +0200 |
| commit | 7005d8a400ce2a61f05bae1f71e144e0a25a9bf0 (patch) | |
| tree | 21ec879c2b31a1f24e09828c3a86f83d27d46d96 /src/main.rs | |
| parent | 7f433ae28f0e79c62f53b74a14042f916cb13650 (diff) | |
Fix typo
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index ea5f7c9..fa5542a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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; |
