about summary refs log tree commit diff
path: root/library/alloc/benches/string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/alloc/benches/string.rs')
-rw-r--r--library/alloc/benches/string.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloc/benches/string.rs b/library/alloc/benches/string.rs
index 5c95160ba2d..e0dbe80d288 100644
--- a/library/alloc/benches/string.rs
+++ b/library/alloc/benches/string.rs
@@ -1,4 +1,5 @@
 use std::iter::repeat;
+
 use test::{black_box, Bencher};
 
 #[bench]