We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd83f07 commit d52aca5Copy full SHA for d52aca5
src/lib.rs
@@ -83,6 +83,8 @@
83
#![cfg_attr(docsrs, feature(doc_cfg))]
84
#![cfg_attr(test, type_length_limit = "80000000")]
85
86
+#![doc(html_root_url = "https://docs.rs/mongodb/2.0.0-alpha.1")]
87
+
88
macro_rules! define_if_single_runtime_enabled {
89
( $( $def:item )+ ) => {
90
$(
0 commit comments