mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Fix warnings in rustdoc JS tests
This commit is contained in:
parent
959dc77e6e
commit
ac88bb7525
@ -1,6 +1,8 @@
|
||||
#![crate_type = "lib"]
|
||||
#![crate_name = "summaries"]
|
||||
|
||||
#![allow(rustdoc::broken_intra_doc_links)]
|
||||
|
||||
//! This *summary* has a [link], [`code`], and [`Sidebar2`] intra-doc.
|
||||
//!
|
||||
//! This is the second paragraph. It should not be rendered.
|
||||
|
Loading…
Reference in New Issue
Block a user