Skip to content

Commit

Permalink
remove TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Aug 30, 2024
1 parent 84f3988 commit 68f414e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub(crate) struct CheckArguments {
/// paths to definition files
#[argh(option, short = 'd')]
pub definition_file: Option<PathBuf>,
/// whether to re-check on file changes TODO #164
/// whether to re-check on file changes
#[argh(switch)]
pub watch: bool,
/// whether to display check time
Expand Down Expand Up @@ -261,7 +261,6 @@ pub fn run_cli<
CompilerSubCommand::Check(check_arguments) => {
let CheckArguments {
input,
// TODO #164
watch,
definition_file,
timings,
Expand Down

0 comments on commit 68f414e

Please sign in to comment.