Commit 9e6f0e8
committed
Auto merge of rust-lang#84234 - jyn514:blanket-hash, r=Aaron1011
Implement DepTrackingHash for `Option` through blanket impls instead of macros
This avoids having to add a new macro call for both the `Option` and the type itself.
Noticed this while working on rust-lang#84233.
r? `@Aaron1011`1 file changed
+22
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2449 | 2449 | | |
2450 | 2450 | | |
2451 | 2451 | | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
2452 | 2464 | | |
2453 | 2465 | | |
2454 | 2466 | | |
| 2467 | + | |
2455 | 2468 | | |
2456 | 2469 | | |
2457 | 2470 | | |
2458 | 2471 | | |
2459 | | - | |
2460 | | - | |
2461 | | - | |
2462 | | - | |
2463 | | - | |
2464 | | - | |
2465 | | - | |
2466 | | - | |
2467 | | - | |
2468 | | - | |
2469 | | - | |
2470 | | - | |
2471 | | - | |
2472 | | - | |
2473 | | - | |
2474 | | - | |
2475 | | - | |
| 2472 | + | |
| 2473 | + | |
| 2474 | + | |
| 2475 | + | |
| 2476 | + | |
| 2477 | + | |
2476 | 2478 | | |
2477 | 2479 | | |
2478 | 2480 | | |
| |||
2490 | 2492 | | |
2491 | 2493 | | |
2492 | 2494 | | |
2493 | | - | |
| 2495 | + | |
2494 | 2496 | | |
2495 | | - | |
2496 | | - | |
| 2497 | + | |
| 2498 | + | |
2497 | 2499 | | |
2498 | 2500 | | |
2499 | 2501 | | |
| |||
0 commit comments