Skip to content

Commit 1d2f565

Browse files
committed
Auto merge of #137790 - jieyouxu:rollup-jrib20h, r=jieyouxu
Rollup of 9 pull requests Successful merges: - #136424 (fix: overflowing bin hex) - #136824 (solver cycles are coinductive once they have one coinductive step) - #137220 (Support `rust.channel = "auto-detect"`) - #137712 (Clean up TypeckResults::extract_binding_mode) - #137713 (Fix enzyme build errors) - #137748 (Fix method name in `TyCtxt::hir_crate()` documentation) - #137778 (update enzyme to handle range metadata) - #137780 (Fix typo in query expansion documentation) - #137788 (Bump `rustc_{codegen_ssa,llvm}` `cc` to 1.2.16 to fix `x86` Windows jobs on newest Windows SDK) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 399ef24 + b4886f9 commit 1d2f565

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_utils/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,6 @@ pub fn capture_local_usage(cx: &LateContext<'_>, e: &Expr<'_>) -> CaptureKind {
10941094
pat.each_binding_or_first(&mut |_, id, span, _| match cx
10951095
.typeck_results()
10961096
.extract_binding_mode(cx.sess(), id, span)
1097-
.unwrap()
10981097
.0
10991098
{
11001099
ByRef::No if !is_copy(cx, cx.typeck_results().node_type(id)) => {

0 commit comments

Comments
 (0)