Skip to content

Commit b887aad

Browse files
author
Ariel Ben-Yehuda
committed
change doc_auto_cfg to doc_cfg
The feature gate name changed See rust-lang/rust#138907
1 parent e66ca9f commit b887aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33

44
#![deny(missing_docs)]
5-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
5+
#![cfg_attr(docsrs, feature(doc_cfg))]
66

77
//! ## async-profiler Rust agent
88
//! An in-process Rust agent for profiling an application using [async-profiler] and uploading the resulting profiles.

0 commit comments

Comments
 (0)