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

Fix compiler and clippy warnings #105

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Fix compiler and clippy warnings #105

merged 1 commit into from
Oct 16, 2024

Conversation

miried
Copy link

@miried miried commented Oct 15, 2024

  • Added hints for jemallocator_docs and prefixed configs.
  • Removed superfluous checks on LE variants of mips and powerpc64 arch [1].
  • Fixed various indentations.

[1] target_arch mipsel and powerpc64le don't exist (anymore?). To check for the LE variants specifically, it would need the check on target_endian (https://doc.rust-lang.org/reference/conditional-compilation.html#target_endian) (cf. this comment: kata-containers/kata-containers#10072 (comment))

caveat: I have no hardware to test the change on the 2 affected architectures.

Signed-off-by: Michael Rieder <[email protected]>
@BusyJay BusyJay merged commit 5787ab4 into tikv:main Oct 16, 2024
10 checks passed
@BusyJay
Copy link
Member

BusyJay commented Oct 16, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants