Skip to content

Commit b004a03

Browse files
committed
Typo
1 parent f3b479d commit b004a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stacked_borrows/stack.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pub struct Stack {
4545
/// It may seem like maintaining this cache is a waste for small stacks, but
4646
/// (a) iterating over small fixed-size arrays is super fast, and (b) empirically this helps *a lot*,
4747
/// probably because runtime is dominated by large stacks.
48-
/// arrays is super fast
4948
#[cfg(feature = "stack-cache")]
5049
#[derive(Clone, Debug)]
5150
struct StackCache {

0 commit comments

Comments
 (0)