Fix documentation of stack module

This commit is contained in:
Héctor Ramón Jiménez 2024-04-25 01:47:07 +02:00
parent 8b1c514c38
commit 99434b3ecf
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,4 +1,4 @@
//! Distribute content vertically.
//! Display content on top of other content.
use crate::core::event::{self, Event};
use crate::core::layout;
use crate::core::mouse;