Skip to content

Commit

Permalink
fix: Cargo clippy errors
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Aug 24, 2023
1 parent 0c6d302 commit edab63b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rash_core/src/modules/find.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ use serde_yaml::Value;
#[cfg(feature = "docs")]
use strum_macros::{Display, EnumString};

#[derive(Debug, PartialEq, Deserialize)]
#[derive(Debug, Default, PartialEq, Deserialize)]
#[cfg_attr(feature = "docs", derive(EnumString, Display, JsonSchema))]
#[serde(rename_all = "lowercase")]
#[derive(Default)]
enum FileType {
Any,
Directory,
Expand Down

0 comments on commit edab63b

Please sign in to comment.