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 af43521 commit c2ed075Copy full SHA for c2ed075
src/ast/mod.rs
@@ -6411,7 +6411,7 @@ impl Display for CommentDef {
6411
6412
/// Helper to indicate if a collection should be wrapped by a symbol in the display form
6413
///
6414
-/// [`Display`] is implemented for every [Vec<T>] where `T: Display`.
+/// [`Display`] is implemented for every [`Vec<T>`] where `T: Display`.
6415
/// The string output is a comma separated list for the vec items
6416
6417
/// # Examples
0 commit comments