bevy/crates/bevy_render/src/mesh/shape
Rob Parrett ec0478d100 Fix clippy lints and failed test with Rust 1.66 (#6945)
# Objective

[Rust 1.66](https://blog.rust-lang.org/inside-rust/2022/12/12/1.66.0-prerelease.html) is coming in a few days, and bevy doesn't build with it.

Fix that.

## Solution

Replace output from a trybuild test, and fix a few new instances of `needless_borrow` and `unnecessary_cast` that are now caught.

## Note

Due to the trybuild test, this can't be merged until 1.66 is released.
2022-12-15 18:05:15 +00:00
..
capsule.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
cylinder.rs Fix clippy lints and failed test with Rust 1.66 (#6945) 2022-12-15 18:05:15 +00:00
icosphere.rs Change From<Icosphere> to TryFrom<Icosphere> (#6484) 2022-11-14 22:34:27 +00:00
mod.rs Add cylinder shape (#6809) 2022-12-11 18:22:05 +00:00
regular_polygon.rs add Debug, Copy, Clone derives to Circle (#6009) 2022-09-18 02:03:10 +00:00
torus.rs Fix torus normals (#4520) 2022-04-26 18:42:43 +00:00
uvsphere.rs Mesh vertex buffer layouts (#3959) 2022-02-23 23:21:13 +00:00