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

Allow Missing Prop Docs #3692

Merged
merged 3 commits into from
Feb 8, 2025
Merged

Conversation

DogeDark
Copy link
Member

@DogeDark DogeDark commented Feb 4, 2025

Adds #[allow(missing_docs)] for the auto-generated props struct. We could also generate the docs but I'm not sure what we would generate.

Fixes #3690

@DogeDark DogeDark added the enhancement New feature or request label Feb 4, 2025
@DogeDark DogeDark requested a review from a team as a code owner February 4, 2025 23:00
@jkelleyrtp jkelleyrtp merged commit 4199d54 into DioxusLabs:main Feb 8, 2025
3 checks passed
@DogeDark DogeDark deleted the add-allow-missing-docs branch February 8, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto-generated Dioxus Props Structs cause #[deny(missing_docs)] to fail
2 participants