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.
OwnedSlice
1 parent 1ee7f29 commit 3bb4d1aCopy full SHA for 3bb4d1a
clean/mod.rs
@@ -112,7 +112,7 @@ impl<T, U> Clean<U> for ty::Binder<T> where T: Clean<U> {
112
}
113
114
115
-impl<T: Clean<U>, U> Clean<Vec<U>> for syntax::owned_slice::OwnedSlice<T> {
+impl<T: Clean<U>, U> Clean<Vec<U>> for P<[T]> {
116
fn clean(&self, cx: &DocContext) -> Vec<U> {
117
self.iter().map(|x| x.clean(cx)).collect()
118
0 commit comments