Skip to content

Commit

Permalink
Merge pull request #36 from EthanYuan/fix-clippy
Browse files Browse the repository at this point in the history
fix: clippy warning in action
  • Loading branch information
jjyr authored May 9, 2024
2 parents f8f070c + 5bbe063 commit 2e3f1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use crate::{
constants,
prelude::*,
result::{Error, Result},
utilities::try_raise_fd_limit,
utilities::{try_raise_fd_limit, value_parsers},
};

#[derive(Parser)]
Expand Down

0 comments on commit 2e3f1aa

Please sign in to comment.