diff --git a/hui/src/rectangle.rs b/hui/src/rectangle.rs index 5f80ece..5b8f0ec 100644 --- a/hui/src/rectangle.rs +++ b/hui/src/rectangle.rs @@ -1,5 +1,4 @@ -//! This module contains the definitions of the `Sides` and `Corners` structs, -//! which represent the sides and corners of a rectangular shape. +//! Contains types which represent the sides and corners of a rectangular shape. /// Represents 4 sides of a rectangular shape. #[derive(Default, Clone, Copy, PartialEq, Eq, Debug)]