Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Jul 3, 2022
1 parent f3b479d commit b004a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stacked_borrows/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pub struct Stack {
/// It may seem like maintaining this cache is a waste for small stacks, but
/// (a) iterating over small fixed-size arrays is super fast, and (b) empirically this helps *a lot*,
/// probably because runtime is dominated by large stacks.
/// arrays is super fast
#[cfg(feature = "stack-cache")]
#[derive(Clone, Debug)]
struct StackCache {
Expand Down

0 comments on commit b004a03

Please sign in to comment.