We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13d5a7 commit 4a06ed4Copy full SHA for 4a06ed4
src/lib.rs
@@ -1,5 +1,5 @@
1
-#![feature(external_doc)]
2
-#![doc(include = "../README.md")] // This also allow to run examples in that file.
+#![feature(extended_key_value_attributes)]
+#![doc = include_str!("../README.md")] // This also allow to run examples in that file.
3
4
#![allow(unsafe_code)]
5
#![warn(missing_docs)]
0 commit comments