From f9977f0b14e38e58f7100eb61dec25fc4003c353 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 3 Sep 2023 23:04:19 +0200 Subject: [PATCH] fix: don't show source code in documentation --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 404c67d..1abb8e6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -138,6 +138,8 @@ //! [feature comparison matrix](https://github.com/orgs/codewithotherpeopleandchangenamelater/projects/3) //! +#![doc(html_no_source)] + /// public traits exposed to clients pub mod api;