bevy/crates/bevy_sprite/src
Michael Dorst 455ab65bce Fix doc_markdown lints in bevy_sprite (#3480)
#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_sprite` crate.
2021-12-29 18:49:43 +00:00
..
render remove some mut in queries (#3437) 2021-12-26 05:39:46 +00:00
bundle.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
collide_aabb.rs Fix doc_markdown lints in bevy_sprite (#3480) 2021-12-29 18:49:43 +00:00
dynamic_texture_atlas_builder.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
lib.rs make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
rect.rs Implement the Overflow::Hidden style property for UI (#3296) 2021-12-19 05:44:28 +00:00
sprite.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
texture_atlas_builder.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
texture_atlas.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00