Fix zh::SMALL string in core::str benchmarks
This commit is contained in:
parent
628b217326
commit
ed01324835
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pub mod en {
|
|||
}
|
||||
|
||||
pub mod zh {
|
||||
pub const SMALL: &str = "度惊人且内存利用率极高";
|
||||
pub const SMALL: &str = "速度惊人且内存利用率极高";
|
||||
define_consts! {
|
||||
"Rust 速度惊人且内存利用率极高。由于\
|
||||
没有运行时和垃圾回收,它能够胜任对性能要\
|
||||
|
|
Loading…
Add table
Reference in a new issue