bevy/crates/bevy_gizmos/src
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
..
primitives Drawing Primitives with Gizmos (#11072) 2024-02-02 21:13:03 +00:00
aabb.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
arcs.rs Drawing Primitives with Gizmos (#11072) 2024-02-02 21:13:03 +00:00
arrows.rs Drawing Primitives with Gizmos (#11072) 2024-02-02 21:13:03 +00:00
circles.rs Drawing Primitives with Gizmos (#11072) 2024-02-02 21:13:03 +00:00
config.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
gizmos.rs Enable the unsafe_op_in_unsafe_fn lint (#11591) 2024-01-28 23:18:11 +00:00
lib.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
lines.wgsl Fix float precision issue in the gizmo shader (#10408) 2023-11-14 22:36:02 +00:00
pipeline_2d.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
pipeline_3d.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00