We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc55845 commit 8148f2eCopy full SHA for 8148f2e
tests/bound.rs
@@ -10,7 +10,7 @@ use self::util::{AssertClone, AssertCopy};
10
#[test]
11
fn bound() {
12
#[derive_where(Clone, Copy; T)]
13
- struct Test<T, U>(T, std::marker::PhantomData<U>);
+ struct Test<T, U>(T, PhantomData<U>);
14
15
let test_1 = Test(42, PhantomData::<()>);
16
0 commit comments