Skip to content

Commit a1c0a3e

Browse files
committed
x fmt
1 parent e236587 commit a1c0a3e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src/traits

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/project.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ fn assemble_candidates_from_impls<'cx, 'tcx>(
15971597
| ty::Str
15981598
| ty::Array(..)
15991599
| ty::Pat(..)
1600-
| ty::Slice(_)
1600+
| ty::Slice(_)
16011601
| ty::RawPtr(..)
16021602
| ty::Ref(..)
16031603
| ty::FnDef(..)

0 commit comments

Comments
 (0)