From dbf688b4a678f631bce926759a62b8b94db75ba5 Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Fri, 14 Feb 2025 18:11:03 +0100 Subject: [PATCH] chore(divan_compat): fix readme typo --- crates/divan_compat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/divan_compat/README.md b/crates/divan_compat/README.md index 00eab265..7c0d4c17 100644 --- a/crates/divan_compat/README.md +++ b/crates/divan_compat/README.md @@ -79,4 +79,4 @@ Finished running 1 benchmark suite(s) - [`divan::bench(crate = xxx)`](https://docs.rs/divan/latest/divan/attr.bench.html#crate): due to how the compatibility layer works internally, we do not plan to support this feature. - [`divan::bench(consts = xxx)`](https://docs.rs/divan/latest/divan/attr.bench.html#consts): we do not support this feature yet, if you need it don't hesitate to create an issue. -- [`divan::bench_group`](https://docs.rs/divan/latest/divan/attr.bench_group.html): we do not support benchmark grouping this feature yet, if you need it don't hesitate to create an issue. +- [`divan::bench_group`](https://docs.rs/divan/latest/divan/attr.bench_group.html): we do not support benchmark grouping yet, if you need it don't hesitate to create an issue.