Skip to content

Commit f6e5306

Browse files
committed
chore: Does NOT generate source code in reference doc (as for that can go to the repository)
1 parent 8e26542 commit f6e5306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#![deny(clippy::cognitive_complexity)]
1010
#![allow(clippy::needless_return)] // To avoid surprise in devs more familiar where return is always explicit
1111

12+
#![doc(html_no_source)]
13+
1214
#![no_std]
1315

1416
#[cfg(all(feature = "alloc", not(feature = "std")))]

0 commit comments

Comments
 (0)