Skip to content

Commit ac88bb7

Browse files
committedNov 28, 2021
Fix warnings in rustdoc JS tests
1 parent 959dc77 commit ac88bb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/test/rustdoc-js/summaries.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#![crate_type = "lib"]
22
#![crate_name = "summaries"]
33

4+
#![allow(rustdoc::broken_intra_doc_links)]
5+
46
//! This *summary* has a [link], [`code`], and [`Sidebar2`] intra-doc.
57
//!
68
//! This is the second paragraph. It should not be rendered.

0 commit comments

Comments
 (0)
Please sign in to comment.