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 8aa55d5 commit ee8cc90Copy full SHA for ee8cc90
core/src/primitive_docs.rs
@@ -960,7 +960,7 @@ mod prim_tuple {}
960
// Required to make auto trait impls render.
961
// See /src/librustdoc/passes/collect_trait_impls.rs:collect_trait_impls
962
#[doc(hidden)]
963
-impl<T, U> (T, U) {}
+impl<T> (T,) {}
964
965
// Fake impl that's only really used for docs.
966
#[cfg(doc)]
std/src/primitive_docs.rs
0 commit comments