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

Add "AccessKit" to doc-valid-idents #190

Closed
wants to merge 1 commit into from
Closed

Conversation

tomcur
Copy link
Member

@tomcur tomcur commented Nov 29, 2024

clippy:

warning: item in documentation is missing backticks
   --> examples/vello_editor/src/main.rs:100:46
    |
100 |     /// The event loop proxy required by the AccessKit winit adapter.
    |                                              ^^^^^^^^^
...

clippy:

```
warning: item in documentation is missing backticks
   --> examples/vello_editor/src/main.rs:100:46
    |
100 |     /// The event loop proxy required by the AccessKit winit adapter.
    |                                              ^^^^^^^^^
...
```
@waywardmonkeys
Copy link
Contributor

Should not be needed: rust-lang/rust-clippy#13093

@tomcur
Copy link
Member Author

tomcur commented Nov 29, 2024

Oh, that's good to know. I was testing with 1.81, released 3 days before your PR got merged.

@tomcur tomcur closed this Nov 29, 2024
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