Skip to content

Commit

Permalink
chore(lib): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Feb 19, 2024
1 parent 1f7136a commit d46f71a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ use clap::{ArgAction, ArgMatches, Args, FromArgMatches, Parser};
use globset::Glob;
use regex::bytes::{RegexSet, RegexSetBuilder};

#[macro_export]
macro_rules! path_as_bytes {
($path: ident) => {
$path.to_string_lossy().as_bytes()
};
}

#[derive(Debug, Parser)]
#[command(
author,
Expand Down

0 comments on commit d46f71a

Please sign in to comment.