Skip to content

Commit 53a8425

Browse files
authored
Apply suggestions from code review
1 parent 318e1c0 commit 53a8425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
//!
119119
//! # Feature flags
120120
//! All features below are enabled by default
121-
//! - `cli`: Enabled when inferno compiled to a standalone binary and is used from the command line
122-
//! - `multithreaded`: Enables multithreading aggregating values for [`collapse`]
121+
//! - `cli`: Also builds the `inferno` command-line tools
122+
//! - `multithreaded`: Enables multithreaded stack-collapsing
123123
//! - `nameattr`: Allows for adding customizing and adding attributes to the svg of [`flamegraph`]. See the `--nameattr` option for the flamegraph cli
124124
//!
125125
//! # Development

0 commit comments

Comments
 (0)