Skip to content

Commit 556a0ef

Browse files
committed
chore(clean): removed old commented out code
1 parent 5788b97 commit 556a0ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ pub struct Args {
3333
/// Application code. (main in lib.rs)
3434
#[tracing::instrument]
3535
pub fn app(args: &Args) -> Result<()> {
36-
// let re = Regex::new(&args.regex)?;
37-
// TODO: check
3836
let re = Regex::new(&args.regex)?;
39-
//
40-
4137
if let Some(replacement) = &args.replacement {
4238
check_for_common_syntax_error(replacement)?;
4339
}

0 commit comments

Comments
 (0)