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;