Skip to content
New issue

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

Mark a doc comment block as text instead of ignore #5598

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

andiflabs
Copy link
Contributor

Summary

A text block has been incorrectly marked with ignore. This means that cargo test considers the block as a doc test that shouldn't be compiled/run and is reported in its output.

Testing Plan

Run cargo test -p ironfish and verify that this line is gone:

test ironfish-rust/src/frost_utils/account_keys.rs - frost_utils::account_keys::derive_account_keys (line 29) ... ignored

Documentation

N/A

Breaking Change

N/A

This way, it won't show up in the output of `cargo test`
@andiflabs andiflabs requested a review from a team as a code owner October 30, 2024 18:19
@andiflabs andiflabs merged commit 41813ec into staging Oct 30, 2024
18 checks passed
@andiflabs andiflabs deleted the andrea/mark-text-as-text branch October 30, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants