Use a Vec for the name col padding

This commit is contained in:
mo8it
2024-08-28 00:56:22 +02:00
parent c209c874a9
commit 7d2bc1c7a4
3 changed files with 9 additions and 9 deletions
-1
View File
@@ -25,7 +25,6 @@ mod term;
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)]