From 7b9d47bd4971a08794f521d9e547e852bf64210e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Thu, 31 Oct 2024 14:17:23 +0200 Subject: [PATCH] Placeholder documentation for crate. --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 1be7ce9..798cd94 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,6 +11,8 @@ // the MIT license, or , // at your option. // +//! Crate documentation +//! #![warn(missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts, trivial_numeric_casts,