Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo authored Oct 19, 2024
1 parent 318e1c0 commit 53a8425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
//!
//! # Feature flags
//! All features below are enabled by default
//! - `cli`: Enabled when inferno compiled to a standalone binary and is used from the command line
//! - `multithreaded`: Enables multithreading aggregating values for [`collapse`]
//! - `cli`: Also builds the `inferno` command-line tools
//! - `multithreaded`: Enables multithreaded stack-collapsing
//! - `nameattr`: Allows for adding customizing and adding attributes to the svg of [`flamegraph`]. See the `--nameattr` option for the flamegraph cli
//!
//! # Development
Expand Down

0 comments on commit 53a8425

Please sign in to comment.