Commit 8cc3cfd
committed
fix(import): collapse split clap imports in usage_md
perfectionist 34be521 (PR 173) fixes import_granularity so it now
detects multiple `use clap::...` statements that should be merged under
the `crate` style. Combine the two clap imports in src/usage_md.rs into
a single statement.
https://claude.ai/code/session_015ZyokLaZvcy5Yt8KpPxV3F1 parent 40add4b commit 8cc3cfd
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments