1
Fork 0

Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"

This reverts commit 31fe9628cf, reversing
changes made to f20307851e.
This commit is contained in:
Michael Goulet 2024-07-30 12:28:59 -04:00
parent c6b6c1270a
commit 5f5b4ee128
20 changed files with 52 additions and 164 deletions

View file

@ -1,8 +1,6 @@
//@ run-rustfix
#[allow(dead_code)]
struct S<T>(T);
#[allow(dead_code)]
struct S2;
impl<T: Default> impl Default for S<T> {