From 3882e45ad36cfcba6fd991e94202790b2918a2bd Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Mon, 23 Sep 2024 14:46:54 -0400 Subject: [PATCH] fix doc for lib.rs --- src/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index de1d1a1e..6c39bfab 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2,7 +2,6 @@ //! This module contains the configuration for the simulation, quadrotor, PID controller, IMU, maze, camera, mesh, and planner schedule. //! The configuration is loaded from a YAML file using the serde library. //! The configuration is then used to initialize the simulation, quadrotor, PID controller, IMU, maze, camera, mesh, and planner schedule. -//! ``` #[derive(serde::Deserialize)] /// Configuration for the simulation pub struct Config {