Skip to content

Commit 0eeb9ff

Browse files
committed
doc: Add short comment about example in README.md is compiled and run
1 parent dfa9421 commit 0eeb9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(external_doc)]
2-
#![doc(include = "../README.md")]
2+
#![doc(include = "../README.md")] // This also allow to run examples in that file.
33

44
#![allow(unsafe_code)]
55
#![warn(missing_docs)]

0 commit comments

Comments
 (0)