We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959dc77 commit ac88bb7Copy full SHA for ac88bb7
src/test/rustdoc-js/summaries.rs
@@ -1,6 +1,8 @@
1
#![crate_type = "lib"]
2
#![crate_name = "summaries"]
3
4
+#![allow(rustdoc::broken_intra_doc_links)]
5
+
6
//! This *summary* has a [link], [`code`], and [`Sidebar2`] intra-doc.
7
//!
8
//! This is the second paragraph. It should not be rendered.
0 commit comments