bevy/crates/bevy_text
Michael Dorst 0b3a1c18e9 Fix doc_markdown lints in bevy_text (#3482)
#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_text` crate.
2022-01-05 22:30:12 +00:00
..
src Fix doc_markdown lints in bevy_text (#3482) 2022-01-05 22:30:12 +00:00
Cargo.toml Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00