bevy/crates/bevy_text/src
targrub c18b1a839b Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376)
# Objective

- Proactive changing of code to comply with warnings generated by beta of rustlang version of cargo clippy.

## Solution

- Code changed as recommended by `rustup update`, `rustup default beta`, `cargo run -p ci -- clippy`.
- Tested using `beta` and `stable`.  No clippy warnings in either after changes made.

---

## Changelog

- Warnings fixed were: `clippy::explicit-auto-deref` (present in 11 files), `clippy::needless-borrow` (present in 2 files), and `clippy::only-used-in-recursion` (only 1 file).
2022-10-26 19:15:15 +00:00
..
error.rs Limit FontAtlasSets (#5708) 2022-09-19 16:12:12 +00:00
font_atlas_set.rs Limit FontAtlasSets (#5708) 2022-09-19 16:12:12 +00:00
font_atlas.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
font_loader.rs Add support for OTF fonts (#1200) 2021-01-03 12:10:23 -08:00
font.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
glyph_brush.rs Fixes incorrect glyph positioning for text2d (#6273) 2022-10-18 13:28:34 +00:00
lib.rs Fixes incorrect glyph positioning for text2d (#6273) 2022-10-18 13:28:34 +00:00
pipeline.rs Fixes incorrect glyph positioning for text2d (#6273) 2022-10-18 13:28:34 +00:00
text2d.rs Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
text.rs bevy_reflect: Update enum derives (#5473) 2022-08-02 22:40:29 +00:00