From 17a5e27d97b7cd5116039cfee81969eecf1196f5 Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Mon, 10 Mar 2025 14:10:12 +0100 Subject: [PATCH] chore(divan_compat): remove consts from unsupported features in README --- crates/divan_compat/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/divan_compat/README.md b/crates/divan_compat/README.md index 7c0d4c17..dc448a89 100644 --- a/crates/divan_compat/README.md +++ b/crates/divan_compat/README.md @@ -78,5 +78,4 @@ Finished running 1 benchmark suite(s) ### Not supported: - [`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 yet, if you need it don't hesitate to create an issue.