Skip to main content

max / alloy

Clear two clippy nits in alloy A raw string that needs no hashes, and a needless borrow of an already-borrowed generic arg. Both predate the alloy_tui take; clippy is clean on the workspace now.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-25 22:54 UTC
Signed with PGP, not checked
Commit: 55d3add92952cbb2962cb2c3bf33bad28743e782
Parent: 568daa4
3 files changed, +34 insertions, -34 deletions
M Cargo.lock +32 -32
@@ -2643,6 +2643,38 @@
2643 2643 "winnow",
2644 2644 ]
2645 2645
2646 + [[patch.unused]]
2647 + name = "synckit-client"
2648 + version = "0.9.1"
2649 +
2650 + [[patch.unused]]
2651 + name = "synckit-config"
2652 + version = "0.2.0"
2653 +
2654 + [[patch.unused]]
2655 + name = "docengine"
2656 + version = "0.7.0"
2657 +
2658 + [[patch.unused]]
2659 + name = "quasi-type"
2660 + version = "0.1.0"
2661 +
2662 + [[patch.unused]]
2663 + name = "kberg"
2664 + version = "0.1.0"
2665 +
2666 + [[patch.unused]]
2667 + name = "ops-status"
2668 + version = "0.1.0"
2669 +
2670 + [[patch.unused]]
2671 + name = "painhours"
2672 + version = "0.1.0"
2673 +
2674 + [[patch.unused]]
2675 + name = "tagtree"
2676 + version = "0.4.1"
2677 +
2646 2678 [[patch.unused]]
2647 2679 name = "quasi-axum"
2648 2680 version = "0.61.1"
@@ -2678,35 +2710,3 @@
2678 2710 [[patch.unused]]
2679 2711 name = "quasi-webview"
2680 2712 version = "0.61.1"
2681 -
2682 - [[patch.unused]]
2683 - name = "synckit-client"
2684 - version = "0.9.1"
2685 -
2686 - [[patch.unused]]
2687 - name = "synckit-config"
2688 - version = "0.2.0"
2689 -
2690 - [[patch.unused]]
2691 - name = "kberg"
2692 - version = "0.1.0"
2693 -
2694 - [[patch.unused]]
2695 - name = "ops-status"
2696 - version = "0.1.0"
2697 -
2698 - [[patch.unused]]
2699 - name = "painhours"
2700 - version = "0.1.0"
2701 -
2702 - [[patch.unused]]
2703 - name = "tagtree"
2704 - version = "0.4.1"
2705 -
2706 - [[patch.unused]]
2707 - name = "docengine"
2708 - version = "0.7.0"
2709 -
2710 - [[patch.unused]]
2711 - name = "quasi-type"
2712 - version = "0.1.0"
@@ -1603,7 +1603,7 @@
1603 1603 "an.action",
1604 1604 "a message",
1605 1605 &Arc::new(AtomicBool::new(false)),
1606 - &ask,
1606 + ask,
1607 1607 )
1608 1608 });
1609 1609 assert!(
@@ -299,7 +299,7 @@
299 299 // deleted, and an unknown value then reaches an install `case` that matches
300 300 // nothing.
301 301 assert!(
302 - text.contains(r#"unknown DB '$DB'; expected 'none' or 'postgres16'"#),
302 + text.contains(r"unknown DB '$DB'; expected 'none' or 'postgres16'"),
303 303 "DB is not validated against its set; a typo would build the wrong image silently"
304 304 );
305 305 assert_eq!(