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 c9cab49 commit 89139e2Copy full SHA for 89139e2
serde/src/de/impls.rs
@@ -1908,7 +1908,7 @@ where
1908
doc_cfg,
1909
doc(cfg(all(feature = "rc", any(feature = "std", feature = "alloc"))))
1910
)]
1911
-impl<'de, T: ?Sized> Deserialize<'de> for RcWeak<T>
+impl<'de, T> Deserialize<'de> for RcWeak<T>
1912
where
1913
T: Deserialize<'de>,
1914
{
@@ -1930,7 +1930,7 @@ where
1930
1931
1932
1933
-impl<'de, T: ?Sized> Deserialize<'de> for ArcWeak<T>
+impl<'de, T> Deserialize<'de> for ArcWeak<T>
1934
1935
1936
0 commit comments