Propagate #[allow(dead_code)] on adts to their inherent impls#157885
Propagate #[allow(dead_code)] on adts to their inherent impls#157885mu001999 wants to merge 1 commit into
#[allow(dead_code)] on adts to their inherent impls#157885Conversation
0ff50d6 to
93cdd71
Compare
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Propagate `#[allow(dead_code)]` on adts to their inherent impls
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (25aedf1): comparison URL. Overall result: ❌ regressions - please read:Benchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. Next, please: If you can, justify the regressions found in this try perf run in writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -2.3%, secondary -1.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 21.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 519.503s -> 518.599s (-0.17%) |
This PR does:
#[allow(dead_code)]on adts to their inherent impls and impl itemsdead_codelint level of the corresponding traits and trait items #144113Fixes #149142