Skip to content

Commit 7364bba

Browse files
committed
fix after rebase
1 parent a6ab295 commit 7364bba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/walkabout/src/parse.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ use syn::{Data, DataEnum, DataStruct, DataUnion, DeriveInput, Item};
2020
/// Returns [`DeriveInput`]s representing all struct and enum items in the
2121
/// module. This is exactly what a custom derive procedural macro would see,
2222
/// except that we can present information for all types simultaneously.
23-
2423
pub fn parse_mod<P>(path: P) -> Result<Vec<DeriveInput>>
2524
where
2625
P: AsRef<Path>,

0 commit comments

Comments
 (0)