Skip to content

Commit fc5bb0b

Browse files
committed
Can't doclink due to deps
1 parent 60a5deb commit fc5bb0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/re_space_view/src/space_view_contents.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub struct SpaceViewContents {
9292

9393
/// List of all entities that we query via this data blueprint collection.
9494
///
95-
/// Currently this is reset every frame in [`crate::SpaceViewBlueprint::reset_systems_per_entity_path`].
95+
/// Currently this is reset every frame in `SpaceViewBlueprint::reset_systems_per_entity_path`.
9696
/// In the future, we may want to keep this around and only add/remove systems
9797
/// for entities. But at this point we'd likely handle the heuristics a bit differently as well
9898
/// and don't use serde here for serialization.

0 commit comments

Comments
 (0)