Skip to content

Commit ff44c39

Browse files
committed
docs: update doc auto cfg feature for new name
rust-lang/rust#138907
1 parent d5c67f3 commit ff44c39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

turn-client-proto/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
5151
#![deny(missing_debug_implementations)]
5252
#![deny(missing_docs)]
53-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
53+
#![cfg_attr(docsrs, feature(doc_cfg))]
5454
#![no_std]
5555

5656
extern crate alloc;

turn-server-proto/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
#![deny(missing_debug_implementations)]
2424
#![deny(missing_docs)]
25-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
25+
#![cfg_attr(docsrs, feature(doc_cfg))]
2626
#![no_std]
2727

2828
extern crate alloc;

turn-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#![deny(missing_debug_implementations)]
1010
#![deny(missing_docs)]
11-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
11+
#![cfg_attr(docsrs, feature(doc_cfg))]
1212

1313
//! # turn-types
1414
//!

0 commit comments

Comments
 (0)