Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 3, 2025
1 parent c030b21 commit 42bfec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ impl<'run, 'src> Analyzer<'run, 'src> {
}
Item::Module {
absolute,
name,
doc,
groups,
name,
..
} => {
if let Some(absolute) = absolute {
Expand Down

0 comments on commit 42bfec2

Please sign in to comment.