Commit 5947aa8
committed
fix: Remove unused imports and static handler
- Remove unused import of LIST_PROMPTS_HANDLER in command.rs
- Remove unused static PROMPTS_HANDLER in prompts/mod.rs
This change fixes the warnings reported by the compiler and ensures
that only the necessary imports and static handlers are used.
🤖 Assisted by [Amazon Q Developer](https://aws.amazon.com/q/developer)1 parent e21c587 commit 5947aa8
File tree
2 files changed
+0
-4
lines changed- crates/chat-cli/src/cli/chat
- commands/prompts
2 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| |||
0 commit comments