From abe6daf8802809aa86b496743d1b68570369b9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20R=C3=B6ssler?= Date: Wed, 9 Feb 2022 12:58:38 +0100 Subject: [PATCH] add library level documentation --- egui_extras/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/egui_extras/src/lib.rs b/egui_extras/src/lib.rs index ecccace0..99ed7483 100644 --- a/egui_extras/src/lib.rs +++ b/egui_extras/src/lib.rs @@ -1,3 +1,5 @@ +//! `egui_extras`: Widgets for egui which are not in the main egui crate + #![forbid(unsafe_code)] #![warn( clippy::all,