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

chore(pedantic): make Clippy happy with riot-rs-arch #529

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ROMemories
Copy link
Collaborator

Description

Enforce clippy::pedantic on riot-rs-arch.

Issues/PRs references

Extracted from #279.

Open Questions

Change checklist

  • I have cleaned up my commit history and squashed fixup commits.
  • I have followed the Coding Conventions.
  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.

@ROMemories ROMemories added the arch Architecture support label Nov 14, 2024
@@ -2,6 +2,20 @@
// TODO: redirect to the manufacturer-specific crate documentation when we publish it, and
// mark every item in this dummy module `doc(hidden)`

#![allow(
clippy::missing_errors_doc,
reason = "this module's items are hidden in the docs"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They will be in a soon-to-be PR; marking this PR as draft for now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now PR #531.

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

Successfully merging this pull request may close these issues.

2 participants