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 d5c67f3 commit ff44c39Copy full SHA for ff44c39
turn-client-proto/src/lib.rs
@@ -50,7 +50,7 @@
50
51
#![deny(missing_debug_implementations)]
52
#![deny(missing_docs)]
53
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
54
#![no_std]
55
56
extern crate alloc;
turn-server-proto/src/lib.rs
@@ -22,7 +22,7 @@
22
23
24
25
26
27
28
turn-types/src/lib.rs
@@ -8,7 +8,7 @@
8
9
10
11
12
13
//! # turn-types
14
//!
0 commit comments