bevy/crates/bevy_asset/src
Tristan Guichaoua b0f5d4df58
Enable the unsafe_op_in_unsafe_fn lint (#11591)
# Objective

- Partial fix of #11590

## Solution

- Enable `unsafe_op_in_unsafe_fn` at workspace level
- Fix the lint for most of the crates
2024-01-28 23:18:11 +00:00
..
io Fix documentation for AssetReader::is_directory function (#11538) 2024-01-26 13:55:36 +00:00
processor AssetSaver and AssetTransformer split (#11260) 2024-01-26 20:20:58 +00:00
server Add a getter for asset watching status on AssetServer (#11578) 2024-01-28 20:15:14 +00:00
assets.rs Remove TypeUuid (#11497) 2024-01-25 16:16:58 +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 bevy_reflect: Type parameter bounds (#9046) 2024-01-28 16:24:03 +00:00
id.rs bevy_reflect: Type parameter bounds (#9046) 2024-01-28 16:24:03 +00:00
lib.rs AssetSaver and AssetTransformer split (#11260) 2024-01-26 20:20:58 +00:00
loader.rs AssetSaver and AssetTransformer split (#11260) 2024-01-26 20:20:58 +00:00
meta.rs Reorder impl to be the same as the trait (#11076) 2023-12-24 17:43:55 +00:00
path.rs AssetPath source parse fix (#11543) 2024-01-26 21:23:06 +00:00
reflect.rs Enable the unsafe_op_in_unsafe_fn lint (#11591) 2024-01-28 23:18:11 +00:00
saver.rs Make AssetLoader/Saver Error type bounds compatible with anyhow::Error (#10493) 2023-11-14 01:25:06 +00:00
transformer.rs AssetSaver and AssetTransformer split (#11260) 2024-01-26 20:20:58 +00:00