bevy/crates/bevy_asset/src
VitalyR 661ab1ab41
Fix warnings triggered by elided_named_lifetimes lint (#15328)
# Objective

Eliminate some warnings introduced by the new rust lint
[elided_named_lifetimes](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/builtin/static.ELIDED_NAMED_LIFETIMES.html),
fix #15326.

## Solution

- Add or remove lifetime markers to not trigger the lint.

## Testing

- When the lint comes to stable, the CI will fail and this PR could fix
that.
2024-09-20 19:17:33 +00:00
..
io Fix warnings triggered by elided_named_lifetimes lint (#15328) 2024-09-20 19:17:33 +00:00
processor Allow to expect (adopted) (#15301) 2024-09-20 19:16:42 +00:00
server Allow to expect (adopted) (#15301) 2024-09-20 19:16:42 +00:00
assets.rs Fix rust beta lints (#14537) 2024-07-31 01:27:26 +00:00
direct_access_ext.rs Add methods to directly load assets from World (#12023) 2024-02-27 00:28:26 +00:00
event.rs Added AssetLoadFailedEvent, UntypedAssetLoadFailedEvent (#11369) 2024-01-17 21:12:00 +00:00
folder.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
handle.rs Remove allocation in get_short_name (#15294) 2024-09-19 15:34:03 +00:00
id.rs Allow phase items not associated with meshes to be binned. (#14029) 2024-06-27 16:13:03 +00:00
lib.rs Allow to expect (adopted) (#15301) 2024-09-20 19:16:42 +00:00
loader.rs Allow to expect (adopted) (#15301) 2024-09-20 19:16:42 +00:00
loader_builders.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
meta.rs Optimize common usages of AssetReader (#14082) 2024-07-01 19:59:42 +00:00
path.rs Replace bevy_utils::CowArc with atomicow (#14977) 2024-08-30 00:43:07 +00:00
reflect.rs Allow to expect (adopted) (#15301) 2024-09-20 19:16:42 +00:00
saver.rs Add module and supporting documentation to bevy_assets (#15056) 2024-09-17 22:07:37 +00:00
transformer.rs Add basic docs explaining what asset processing is and where to look (#15058) 2024-09-17 22:59:12 +00:00