Fix warnings in rustdoc JS tests

This commit is contained in:
Noah Lev 2021-11-28 11:05:24 -08:00
parent 959dc77e6e
commit ac88bb7525

View File

@ -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.