From 4d41a4227c82178db4b29d2bcde1dab8b5fd5285 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 20 Aug 2014 23:41:02 -0400 Subject: [PATCH] arena: fix a typo --- src/libarena/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libarena/lib.rs b/src/libarena/lib.rs index c2f4ef3ac30..f212cdd4638 100644 --- a/src/libarena/lib.rs +++ b/src/libarena/lib.rs @@ -563,7 +563,7 @@ mod tests { struct Noncopy { string: String, - array: Vec , + array: Vec, } #[test]