Add attribute

This commit is contained in:
Yuki Okushi 2020-01-02 09:32:55 +09:00
parent de6fe1071b
commit 20318e00ef

View File

@ -2,6 +2,8 @@
// Test for https://github.com/rust-lang/rust-clippy/issues/4968
#![warn(clippy::unsound_collection_transmute)]
trait Trait {
type Assoc;
}