Commit 0056c9e
committed
fix(ci): clear clippy warnings (-D warnings)
- needless borrow (cli.rs test) + map_or->is_some_and (cli main) via clippy --fix
- mcp tests: reword handler_env doc to drop the '+' markdown-list marker
(doc_list_item_without_indentation), and #![allow(await_holding_lock)] on
the tests module — the guard is intentionally held across .await to
serialize handler tests on the current-thread runtime.1 parent cc0ff89 commit 0056c9e
3 files changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4325 | 4325 | | |
4326 | 4326 | | |
4327 | 4327 | | |
4328 | | - | |
| 4328 | + | |
4329 | 4329 | | |
4330 | 4330 | | |
4331 | 4331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4527 | 4527 | | |
4528 | 4528 | | |
4529 | 4529 | | |
4530 | | - | |
| 4530 | + | |
4531 | 4531 | | |
4532 | 4532 | | |
4533 | 4533 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
746 | 751 | | |
747 | 752 | | |
748 | 753 | | |
749 | | - | |
750 | | - | |
751 | | - | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
752 | 757 | | |
753 | 758 | | |
754 | 759 | | |
| |||
0 commit comments