Merge development: FAZ 1 Complete - Workspace compile fixes & warning cleanup

This commit is contained in:
2026-01-02 11:46:14 +03:00
520 changed files with 4114 additions and 4558 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ pub use v1::*;
/// To migrate your code from benchmarking v1 to benchmarking v2, you may follow these
/// steps:
/// 1. Change the import from `pezframe_benchmarking::v1::` to `pezframe_benchmarking::v2::*`, or
/// `frame::benchmarking::prelude::*` under the umbrella crate;
/// `pezframe::benchmarking::prelude::*` under the umbrella crate;
/// 2. Move the code inside the v1 `benchmarks! { ... }` block to the v2 benchmarks module `mod
/// benchmarks { ... }` under the benchmarks macro (`#[benchmarks]` for a regular module, or
/// `#[instance_benchmarks]` to set up the module in instance benchmarking mode);