Skip to content

Commit

Permalink
doc(util/profile): polish
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Oct 10, 2022
1 parent b981b7e commit 24fa527
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cargo/util/profile.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//! # An internal profiler for Cargo itself
//!
//! > **Note**: This might not be the module you are looking for.
//! > For information about how Cargo handles compiler flags with profiles,
//! > please see the module [`cargo::core::profiles`](crate::core::profiles).

use std::cell::RefCell;
use std::env;
use std::fmt;
Expand Down

0 comments on commit 24fa527

Please sign in to comment.