bevy/crates/bevy_render/src/render_resource
Jan Hohenheim 6273227e09
Fix lints introduced in Rust beta 1.80 (#13899)
Resolves #13895

Mostly just involves being more explicit about which parts of the docs
belong to a list and which begin a new paragraph.
- found a few docs that were malformed because of exactly this, so I
fixed that by introducing a paragraph
- added indentation to nearly all multiline lists
- fixed a few minor typos
- added `#[allow(dead_code)]` to types that are needed to test
annotations but are never constructed
([here](https://github.com/bevyengine/bevy/pull/13899/files#diff-b02b63604e569c8577c491e7a2030d456886d8f6716eeccd46b11df8aac75dafR1514)
and
[here](https://github.com/bevyengine/bevy/pull/13899/files#diff-b02b63604e569c8577c491e7a2030d456886d8f6716eeccd46b11df8aac75dafR1523))
- verified that  `cargo +beta run -p ci -- lints` passes
- verified that `cargo +beta run -p ci -- test` passes
2024-06-17 17:22:01 +00:00
..
batched_uniform_buffer.rs Disentangle bevy_utils/bevy_core's reexported dependencies (#12313) 2024-03-07 02:30:15 +00:00
bind_group_entries.rs Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
bind_group_layout_entries.rs Implement Auto Exposure plugin (#12792) 2024-05-03 17:45:17 +00:00
bind_group_layout.rs
bind_group.rs Fix lints introduced in Rust beta 1.80 (#13899) 2024-06-17 17:22:01 +00:00
buffer_vec.rs Add binding() helper function to BufferVec (#13667) 2024-06-04 15:36:08 +00:00
buffer.rs
gpu_array_buffer.rs Add binding() helper function to BufferVec (#13667) 2024-06-04 15:36:08 +00:00
mod.rs Wgpu 0.20 (#13186) 2024-06-14 18:39:31 +00:00
pipeline_cache.rs Wgpu 0.20 (#13186) 2024-06-14 18:39:31 +00:00
pipeline_specializer.rs Micro-optimize queue_material_meshes, primarily to remove bit manipulation. (#12791) 2024-04-01 21:58:53 +00:00
pipeline.rs
resource_macros.rs Improve performance by binning together opaque items instead of sorting them. (#12453) 2024-03-30 02:55:02 +00:00
shader.rs Use async-fn in traits rather than BoxedFuture (#12550) 2024-03-18 17:56:57 +00:00
storage_buffer.rs Only create changed buffer if it already exists (#13242) 2024-05-05 22:16:11 +00:00
texture.rs
uniform_buffer.rs Only create changed buffer if it already exists (#13242) 2024-05-05 22:16:11 +00:00