mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-19 19:13:31 -04:00
Remove obsolete crate use from benchmark
This commit is contained in:
@@ -11,8 +11,6 @@ macro_rules! benches {
|
||||
$(
|
||||
#[bench]
|
||||
fn $name(b: &mut Bencher) {
|
||||
use ryu;
|
||||
|
||||
let mut buf = ryu::Buffer::new();
|
||||
|
||||
b.iter(move || {
|
||||
|
||||
Reference in New Issue
Block a user