fix: don't show source code in documentation

This commit is contained in:
əlemi 2023-09-03 23:04:19 +02:00
parent 1034f0482c
commit f9977f0b14

View file

@ -138,6 +138,8 @@
//! [feature comparison matrix](https://github.com/orgs/codewithotherpeopleandchangenamelater/projects/3) //! [feature comparison matrix](https://github.com/orgs/codewithotherpeopleandchangenamelater/projects/3)
//! //!
#![doc(html_no_source)]
/// public traits exposed to clients /// public traits exposed to clients
pub mod api; pub mod api;