From b004a03bdb6affd7b07322114967bd1693208a69 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Sat, 2 Jul 2022 20:45:27 -0400 Subject: [PATCH] Typo --- src/stacked_borrows/stack.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stacked_borrows/stack.rs b/src/stacked_borrows/stack.rs index 1c3ee0fd573aa..ccdd85eafd8eb 100644 --- a/src/stacked_borrows/stack.rs +++ b/src/stacked_borrows/stack.rs @@ -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 {