diff --git a/ablescript/src/lib.rs b/ablescript/src/lib.rs index 12c5328..872fe60 100644 --- a/ablescript/src/lib.rs +++ b/ablescript/src/lib.rs @@ -1,4 +1,7 @@ -#![doc = include_str!("../../README.md")] +//! The AbleScript language reference implementation. See +//! for more +//! information. + #![forbid(unsafe_code, clippy::unwrap_used)] pub mod ast;