Fixes import path in benchmark macro (#2437)
Fully-qualified path was not being used in benchmark macro for one of the cases. This PR fixes this and removes the unnecessary import in a couple of files, which I believe was done to fix this issue.
Showing
- substrate/bin/node-template/pallets/template/src/benchmarking.rs 0 additions, 1 deletion...te/bin/node-template/pallets/template/src/benchmarking.rs
- substrate/frame/asset-rate/src/benchmarking.rs 0 additions, 1 deletionsubstrate/frame/asset-rate/src/benchmarking.rs
- substrate/frame/support/procedural/src/benchmark.rs 1 addition, 1 deletionsubstrate/frame/support/procedural/src/benchmark.rs
Please register or sign in to comment