Skip to content

Commit

Permalink
removed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jewlexx committed Sep 12, 2023
1 parent dc74a3e commit 52ccba5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/commands/hook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ pub struct Args {
shell: Shell,
}

// TODO: Add function to generate hooks

impl super::Command for Args {
fn run(self) -> Result<(), anyhow::Error> {
let enabled_hooks: Vec<super::CommandsRaw> = super::CommandsRaw::iter()
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![warn(clippy::all, clippy::pedantic, rust_2018_idioms)]

// TODO: Replace regex with glob
// TODO: Global custom hook fn

mod commands;

Expand Down

0 comments on commit 52ccba5

Please sign in to comment.