Skip to content

chore:fix cargo clippy warning #680

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

Closed
wants to merge 1 commit into from

Conversation

xixishidibei
Copy link

Running cargo clippy reports the following error.

    Checking jh v0.2.0-pre (/Users/xxx/yyyyy/hashes/jh)
warning: doc list item overindented
  --> sha3/src/../README.md:21:1
   |
21 |    without padding changes)
   | ^^^ help: try using `  ` (2 spaces)
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
   = note: `#[warn(clippy::doc_overindented_list_items)]` on by default

This commit resolves the issue.

@newpavlov
Copy link
Member

It will be fixed in #678.

@newpavlov newpavlov closed this Apr 11, 2025
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.

2 participants