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 b981b7e commit 24fa527Copy full SHA for 24fa527
src/cargo/util/profile.rs
@@ -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
+
7
use std::cell::RefCell;
8
use std::env;
9
use std::fmt;
0 commit comments