Skip to content

Commit

Permalink
refactor: Use extended key value attributes feature instead of extern…
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg committed Apr 18, 2021
1 parent 6c7bcaa commit 7603c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![feature(external_doc)]
#![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.

#![allow(unsafe_code)]
#![warn(missing_docs)]
Expand Down

0 comments on commit 7603c54

Please sign in to comment.