Commit 300d7f6
authored
Rollup merge of rust-lang#76052 - aszenz:GH-66816_removes_disable_attribute_before_return, r=GuillaumeGomez
rust-langGH-66816: Remove disable attr before return
Passing --disable-per-crate-search removes the create search inputs so moved code around so that the search input is enabled
first before the function returns.
Fixes rust-lang#668161 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2740 | 2740 | | |
2741 | 2741 | | |
2742 | 2742 | | |
| 2743 | + | |
| 2744 | + | |
| 2745 | + | |
| 2746 | + | |
| 2747 | + | |
| 2748 | + | |
2743 | 2749 | | |
2744 | 2750 | | |
2745 | 2751 | | |
2746 | 2752 | | |
| 2753 | + | |
2747 | 2754 | | |
2748 | 2755 | | |
2749 | 2756 | | |
| |||
2781 | 2788 | | |
2782 | 2789 | | |
2783 | 2790 | | |
2784 | | - | |
2785 | | - | |
2786 | | - | |
2787 | | - | |
| 2791 | + | |
2788 | 2792 | | |
2789 | 2793 | | |
2790 | 2794 | | |
| |||
0 commit comments