bevy/crates/bevy_gltf
Michael Dorst 2790b9d240 Fix doc_markdown lints in bevy_gltf (#3474)
#3457 adds the `doc_markdown` clippy lint, which checks doc comments to make sure code identifiers are escaped with backticks. This causes a lot of lint errors, so this is one of a number of PR's that will fix those lint errors one crate at a time.

This PR fixes lints in the `bevy_gltf` crate.
2021-12-29 17:38:09 +00:00
..
src Fix doc_markdown lints in bevy_gltf (#3474) 2021-12-29 17:38:09 +00:00
Cargo.toml Only bevy_render should depend directly on wgpu (#3393) 2021-12-20 20:50:52 +00:00