Skip to content

Commit 0a4fc48

Browse files
committed
fix path
1 parent 91f38b3 commit 0a4fc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ops/unsize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl<T: PointeeSized + Unsize<U>, U: PointeeSized> CoerceUnsized<*const U> for *
116116
/// [^1]: Formerly known as *object safety*.
117117
#[unstable(feature = "dispatch_from_dyn", issue = "none")]
118118
#[lang = "dispatch_from_dyn"]
119-
pub trait DispatchFromDyn<T: ?Move> {
119+
pub trait DispatchFromDyn<T: ?crate::marker::Move> {
120120
// Empty.
121121
}
122122

0 commit comments

Comments
 (0)