diff options
| author | mo8it <mo8it@proton.me> | 2024-07-25 16:14:38 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-25 16:14:38 +0200 |
| commit | 8beb2908420b0225aabe983e3425055db761b356 (patch) | |
| tree | 1244d77659fa77eeee10860d622972ee51b5ebbf /src/main.rs | |
| parent | 8fec5155c735efe791ba2fdbaa7a562bf3e0ddea (diff) | |
Test initialization
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs index 3c96d1a..658d551 100644 --- a/src/main.rs +++ b/src/main.rs @@ -95,10 +95,6 @@ fn main() -> Result<()> { match args.command { Some(Subcommands::Init) => { - if DEBUG_PROFILE { - bail!("Disabled in the debug build"); - } - { let mut stdout = io::stdout().lock(); stdout.write_all(b"This command will create the directory `rustlings/` which will contain the exercises.\nPress ENTER to continue ")?; |
