Skip to content

Commit

Permalink
Add README as root doc article
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Nov 27, 2019
1 parent 00317fa commit 049d814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![feature(external_doc)]
#![doc(include = "../README.md")]

fn main() {
println!("Hello, world!");
}

0 comments on commit 049d814

Please sign in to comment.