Skip to content

Commit 3e7c06d

Browse files
committed
RUST-765 Crate sets html_root_url attribute "https://docs.rs/CRATE/X.Y.Z" (C-HTML-ROOT)
1 parent 3a76fc4 commit 3e7c06d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@
184184
185185
#![allow(clippy::cognitive_complexity)]
186186

187+
#![doc(html_root_url = "https://docs.rs/bson/1.2.2")]
188+
187189
pub use self::{
188190
bson::{
189191
Array,

0 commit comments

Comments
 (0)