-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 4824c2b
Auto merge of #140406 - Urgau:autorefs-perf, r=nnethercote
perf: delay checking of `#[rustc_no_implicit_autorefs]` in autoref lint
Try to address the regression seen in #123239 (comment) by delaying the checking of `#[rustc_no_implicit_autorefs]` on method call.1 file changed
+11
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
78 | + | ||
79 | + | ||
80 | + | ||
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
| |||
99 | 98 |
| |
100 | 99 |
| |
101 | 100 |
| |
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
102 | 109 |
| |
103 | 110 |
| |
104 | 111 |
| |
|
0 commit comments