Skip to content

Commit ed01324

Browse files
committed
Fix zh::SMALL string in core::str benchmarks
1 parent 628b217 commit ed01324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/benches/str/corpora.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub mod en {
4242
}
4343

4444
pub mod zh {
45-
pub const SMALL: &str = "度惊人且内存利用率极高";
45+
pub const SMALL: &str = "速度惊人且内存利用率极高";
4646
define_consts! {
4747
"Rust 速度惊人且内存利用率极高。由于\
4848
没有运行时和垃圾回收,它能够胜任对性能要\

0 commit comments

Comments
 (0)