This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
bevy
Watch
2
Star
0
Fork
You've already forked bevy
0
mirror of
https://github.com/bevyengine/bevy
synced
2024-11-10 07:04:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bc98333d7c
bevy
/
clippy.toml
2 lines
80 B
TOML
Raw
Normal View
History
Unescape
Escape
Use `clippy::doc_markdown` more. (#10286) # Objective - Remove special cases where `clippy::doc_markdown` lint is disabled. ## Solution - Add default values back into `clippy.toml` by adding `".."` to the list of `doc-valid-idents`. - Add `"VSync"` and `"WebGL2"` to the list of `doc-valid-idents`. - Remove all instances where `clippy::doc_markdown` is allowed. - Fix `max_mip` formatting so that there isn't a warning.
2023-10-27 22:49:02 +00:00
doc-valid-idents
=
[
"GilRs"
,
"glTF"
,
"sRGB"
,
"VSync"
,
"WebGL2"
,
"WebGPU"
,
".."
]
Reference in a new issue
Copy permalink