Skip to content

Commit 7cbfed0

Browse files
committed
Add TODO to bevy_picking broken intra-doc links
1 parent 2694004 commit 7cbfed0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bevy_picking/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ impl PickingPluginsSettings {
2626
pub fn input_should_run(state: Res<Self>) -> bool {
2727
state.is_input_enabled && state.is_enabled
2828
}
29+
// TODO: remove this allow after focus/hover is implemented in bevy_picking
2930
#[allow(rustdoc::broken_intra_doc_links)]
3031
/// Whether or not systems updating entities' [`PickingInteraction`](focus::PickingInteraction)
3132
/// component should be running.
@@ -71,6 +72,7 @@ pub struct Pickable {
7172
///
7273
/// Entities without the [`Pickable`] component will block by default.
7374
pub should_block_lower: bool,
75+
// TODO: remove this allow after focus/hover is implemented in bevy_picking
7476
#[allow(rustdoc::broken_intra_doc_links)]
7577
/// Should this entity be added to the [`HoverMap`](focus::HoverMap) and thus emit events when
7678
/// targeted?

0 commit comments

Comments
 (0)