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 e66ca9f commit b887aadCopy full SHA for b887aad
src/lib.rs
@@ -2,7 +2,7 @@
2
// SPDX-License-Identifier: Apache-2.0
3
4
#![deny(missing_docs)]
5
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
6
7
//! ## async-profiler Rust agent
8
//! An in-process Rust agent for profiling an application using [async-profiler] and uploading the resulting profiles.
0 commit comments