Skip to content

warning: unused import 'command' in cli/mod.rs #114

@thedavidmeister

Description

@thedavidmeister

Building any dependent crate (e.g. raindex via the submodule) surfaces:

```
warning: unused import: `command`
--> crates/cli/src/cli/mod.rs:16:32
|
16 | use clap::{Parser, Subcommand, command};
| ^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
```

Trivial fix — drop `command` from the import. If it's intentional (re-exporting?), add `#[allow(unused_imports)]` with a comment.

🤖 Generated with Claude Code

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions