summaryrefslogtreecommitdiff
path: root/src/library/list.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-12-28 13:37:02 +0100
committerLaurenz <laurmaedje@gmail.com>2021-12-28 13:41:26 +0100
commitbd304b99e5d2d23027d90eaae871fdd3bdd12f5d (patch)
treea6814a4ba90764dcb1de3d55fa6e95d7a71dc14a /src/library/list.rs
parent9624ad635bd8adb0e421c37c63c7310ecc71a708 (diff)
Tidying
Diffstat (limited to 'src/library/list.rs')
-rw-r--r--src/library/list.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library/list.rs b/src/library/list.rs
index 25eb3600..f407d8e9 100644
--- a/src/library/list.rs
+++ b/src/library/list.rs
@@ -1,3 +1,5 @@
+//! Unordered (bulleted) and ordered (numbered) lists.
+
use std::hash::Hash;
use super::prelude::*;