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
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
I installed the cargo-guppy binary, but don't know how to use it. the CLI help information is not very clear for me.
The problem is, The CI always report error for cargo chyeck --workspace --all-targets --no-default-features --feature xxx. And it shows that console-api cannot compile, cannot find some structure's definitions. I guess it's a problems of conditional compiling. So I want to know what causes the console-api crate imported. Does cargo-guppy support this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed the cargo-guppy binary, but don't know how to use it. the CLI help information is not very clear for me.
The problem is, The CI always report error for
cargo chyeck --workspace --all-targets --no-default-features --feature xxx
. And it shows thatconsole-api
cannot compile, cannot find some structure's definitions. I guess it's a problems of conditional compiling. So I want to know what causes theconsole-api
crate imported. Does cargo-guppy support this?The text was updated successfully, but these errors were encountered: