Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 25, 2023
1 parent d9bc1df commit 002d899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ fn can_show_function(fname: &str) -> bool {
map.insert(fname.to_string(), count + 1);

// If the Function has appeared too often, don't show it
count <= 8
count < 8
}

/// Map Function Name to Number of Occurrences
Expand Down

0 comments on commit 002d899

Please sign in to comment.