Skip to content

Commit

Permalink
another clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Dec 20, 2024
1 parent fb34a55 commit 7cc962b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/walkabout/src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use syn::{Data, DataEnum, DataStruct, DataUnion, DeriveInput, Item};
/// Returns [`DeriveInput`]s representing all struct and enum items in the
/// module. This is exactly what a custom derive procedural macro would see,
/// except that we can present information for all types simultaneously.
pub fn parse_mod<P>(path: P) -> Result<Vec<DeriveInput>>
where
P: AsRef<Path>,
Expand Down

0 comments on commit 7cc962b

Please sign in to comment.