mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix: don't show source code in documentation
This commit is contained in:
parent
1034f0482c
commit
f9977f0b14
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue