diff options
| author | mo8it <mo8it@proton.me> | 2024-08-24 00:14:12 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-24 00:14:12 +0200 |
| commit | 570bc9f32d7ef0bf741fab44d15f7cd54a1f3fc1 (patch) | |
| tree | 528eae66ebf8fc3250c827a0e5468e6e7569e141 /src/main.rs | |
| parent | 47976caa69e24ea9ee5d38918a0abea89ff10983 (diff) | |
Start list without Ratatui
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 0855d43..5951367 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,6 +27,7 @@ mod terminal_link; mod watch; const CURRENT_FORMAT_VERSION: u8 = 1; +const MAX_EXERCISE_NAME_LEN: usize = 32; /// Rustlings is a collection of small exercises to get you used to writing and reading Rust code #[derive(Parser)] |
