We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b479d commit b004a03Copy full SHA for b004a03
src/stacked_borrows/stack.rs
@@ -45,7 +45,6 @@ pub struct Stack {
45
/// It may seem like maintaining this cache is a waste for small stacks, but
46
/// (a) iterating over small fixed-size arrays is super fast, and (b) empirically this helps *a lot*,
47
/// probably because runtime is dominated by large stacks.
48
-/// arrays is super fast
49
#[cfg(feature = "stack-cache")]
50
#[derive(Clone, Debug)]
51
struct StackCache {
0 commit comments