bevy/examples/asset
Tristan Guichaoua 694c06f3d0
Inverse missing_docs logic (#11676)
# Objective

Currently the `missing_docs` lint is allowed-by-default and enabled at
crate level when their documentations is complete (see #3492).
This PR proposes to inverse this logic by making `missing_docs`
warn-by-default and mark crates with imcomplete docs allowed.

## Solution

Makes `missing_docs` warn at workspace level and allowed at crate level
when the docs is imcomplete.
2024-02-03 21:40:55 +00:00
..
processing Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
asset_decompression.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
asset_loading.rs Restore brightness in the remaining three examples after exposure PR (#11389) 2024-01-17 17:10:21 +00:00
bevy_pixel_light.png Fix embedded asset path manipulation (#10383) 2024-02-02 14:49:05 +00:00
custom_asset.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
custom_asset_reader.rs fix example custom_asset_reader on wasm (#10574) 2023-11-16 01:50:13 +00:00
embedded_asset.rs Fix embedded asset path manipulation (#10383) 2024-02-02 14:49:05 +00:00
hot_asset_reloading.rs Restore brightness in the remaining three examples after exposure PR (#11389) 2024-01-17 17:10:21 +00:00