We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, most of this is stubbed (e.g. # Errors, # Panics) to satisfy cargo clippy.
# Errors
# Panics
cargo clippy
That said, Cardinal is expected to be used as a CLI. not as a Rust library, so scheduling as nice-to-have.
Update CI e.g. https://github.com/rust-lang/log/blob/7e2dde2c0f195eb998449e411bf48ca5dfa1fdfe/.github/workflows/main.yml#L86 See also https://docs.rs/docmatic/latest/docmatic/ or https://docs.rs/doc-comment/latest/doc_comment/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, most of this is stubbed (e.g.
# Errors
,# Panics
) to satisfycargo clippy
.That said, Cardinal is expected to be used as a CLI. not as a Rust library, so scheduling as nice-to-have.
Update CI e.g. https://github.com/rust-lang/log/blob/7e2dde2c0f195eb998449e411bf48ca5dfa1fdfe/.github/workflows/main.yml#L86 See also https://docs.rs/docmatic/latest/docmatic/ or https://docs.rs/doc-comment/latest/doc_comment/
The text was updated successfully, but these errors were encountered: