Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix benchmark-ui test
  • Loading branch information
davxy committed Mar 22, 2023
commit b559b10a00c1eb896b87839abbdf475214b6ee5e
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ error[E0277]: the `?` operator can only be used in a function that returns `Resu
15 | something()?;
| ^ cannot use the `?` operator in a function that returns `()`
|
= help: the trait `FromResidual<Result<std::convert::Infallible, frame_benchmarking::BenchmarkError>>` is not implemented for `()`
= help: the trait `FromResidual<Result<Infallible, frame_benchmarking::BenchmarkError>>` is not implemented for `()`