Skip to content

Commit

Permalink
Fix zh::SMALL string in core::str benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed Feb 5, 2022
1 parent 628b217 commit ed01324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/benches/str/corpora.rs
Expand Up @@ -42,7 +42,7 @@ pub mod en {
}

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

0 comments on commit ed01324

Please sign in to comment.