We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaff0e0 commit 1a8dcecCopy full SHA for 1a8dcec
1 file changed
glib/benches/gstring.rs
@@ -1,5 +1,6 @@
1
-use criterion::{black_box, criterion_group, criterion_main, Criterion};
+use criterion::{criterion_group, criterion_main, Criterion};
2
use glib::IntoGStr;
3
+use std::hint::black_box;
4
5
pub fn str_into_gstr(c: &mut Criterion) {
6
c.bench_function("str as IntoGStr", |b| {
0 commit comments