bevy/crates/bevy_render/src/render_resource
Clar Fon efda7f3f9c
Simpler lint fixes: makes ci lints work but disables a lint for now (#15376)
Takes the first two commits from #15375 and adds suggestions from this
comment:
https://github.com/bevyengine/bevy/pull/15375#issuecomment-2366968300

See #15375 for more reasoning/motivation.

## Rebasing (rerunning)

```rust
git switch simpler-lint-fixes
git reset --hard main
cargo fmt --all -- --unstable-features --config normalize_comments=true,imports_granularity=Crate
cargo fmt --all
git add --update
git commit --message "rustfmt"
cargo clippy --workspace --all-targets --all-features --fix
cargo fmt --all -- --unstable-features --config normalize_comments=true,imports_granularity=Crate
cargo fmt --all
git add --update
git commit --message "clippy"
git cherry-pick e6c0b94f6795222310fb812fa5c4512661fc7887
```
2024-09-24 11:42:59 +00:00
..
batched_uniform_buffer.rs Migrated NonZero* to NonZero<*> (#14978) 2024-08-30 02:37:47 +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 Migrated NonZero* to NonZero<*> (#14978) 2024-08-30 02:37:47 +00:00
bind_group_layout.rs Replace UUID based IDs with a atomic-counted ones (#6988) 2022-12-25 00:23:15 +00:00
bind_group.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
buffer_vec.rs simplify std::mem references (#15315) 2024-09-19 21:28:16 +00:00
buffer.rs Make TrackedRenderPass::set_vertex_buffer aware of slice size (#14916) 2024-08-28 11:41:42 +00:00
gpu_array_buffer.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
mod.rs Meshlet software raster + start of cleanup (#14623) 2024-08-26 17:54:34 +00:00
pipeline_cache.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
pipeline_specializer.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
pipeline.rs Add VertexBufferLayout::offset_locations (#9805) 2024-08-26 17:54:33 +00:00
resource_macros.rs Migrated NonZero* to NonZero<*> (#14978) 2024-08-30 02:37:47 +00:00
shader.rs Optimize common usages of AssetReader (#14082) 2024-07-01 19:59:42 +00:00
storage_buffer.rs Only create changed buffer if it already exists (#13242) 2024-05-05 22:16:11 +00:00
texture.rs Add screenshot api (#7163) 2023-04-19 21:28:42 +00:00
uniform_buffer.rs Migrated NonZero* to NonZero<*> (#14978) 2024-08-30 02:37:47 +00:00