diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -//! Parser for the [POM file format](https://www.pom.computer/index.html). +#![doc = include_str!("../README.md")] #![cfg_attr(not(feature = "std"), no_std)] #![deny(missing_docs)] #![warn(clippy::semicolon_if_nothing_returned)] |