Skip to content

Commit d52aca5

Browse files
committed
RUST-765 Crate sets html_root_url attribute (C-HTML-ROOT)
1 parent bd83f07 commit d52aca5

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
@@ -83,6 +83,8 @@
8383
#![cfg_attr(docsrs, feature(doc_cfg))]
8484
#![cfg_attr(test, type_length_limit = "80000000")]
8585

86+
#![doc(html_root_url = "https://docs.rs/mongodb/2.0.0-alpha.1")]
87+
8688
macro_rules! define_if_single_runtime_enabled {
8789
( $( $def:item )+ ) => {
8890
$(

0 commit comments

Comments
 (0)