From 15147cb7fc54f0a109f815e0feefc41778e7fb13 Mon Sep 17 00:00:00 2001 From: kanarus Date: Mon, 28 Jul 2025 13:35:36 +0900 Subject: [PATCH] chore: remove forgot-to-delete link in doc comment --- src/functions/interaction.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/functions/interaction.rs b/src/functions/interaction.rs index 31c2e71..5e63621 100644 --- a/src/functions/interaction.rs +++ b/src/functions/interaction.rs @@ -1,7 +1,5 @@ //! # [Interaction](https://mujoco.readthedocs.io/en/stable/APIreference/APIfunctions.html#interaction) //! -//! -//! //! These functions implement abstract mouse interactions, allowing control over cameras and perturbations. //! Their use is well illustrated in [simulate](https://mujoco.readthedocs.io/en/stable/programming/samples.html#sasimulate).