Skip to content

Commit 24fa527

Browse files
committed
doc(util/profile): polish
1 parent b981b7e commit 24fa527

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/cargo/util/profile.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//! # An internal profiler for Cargo itself
2+
//!
3+
//! > **Note**: This might not be the module you are looking for.
4+
//! > For information about how Cargo handles compiler flags with profiles,
5+
//! > please see the module [`cargo::core::profiles`](crate::core::profiles).
6+
17
use std::cell::RefCell;
28
use std::env;
39
use std::fmt;

0 commit comments

Comments
 (0)