We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c4eca commit 345f982Copy full SHA for 345f982
src/lib.rs
@@ -1,5 +1,5 @@
1
#![feature(external_doc)]
2
-#![doc(include = "../README.md")]
+#![doc(include = "../README.md")] // This also allow to run examples in that file.
3
4
#![allow(unsafe_code)]
5
#![warn(missing_docs)]
0 commit comments