What about making ```d @safe struct S { void f() @safe {} } ``` warn or deprecate as ``` Warning: redundant function attribute `@safe` ``` ?