You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example in the README file cargo build --no-default-features -F moka-v09,rt-tokio crashes when the --release flag is removed and the benchmark is executed from the debug folder.
thread 'main' panicked at src/main.rs:315:29:
`entry-api` is not an id of an argument or a group.
Make sure you're using the name of the argument itself and not the name of short or long flags.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
The example in the README file
cargo build --no-default-features -F moka-v09,rt-tokio
crashes when the--release
flag is removed and the benchmark is executed from thedebug
folder.The text was updated successfully, but these errors were encountered: