Fix AbleScript lib doc comment

trunk
Alex Bethel 2022-05-09 17:56:28 -06:00
parent cda63c733c
commit 124b224300
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#![doc = include_str!("../../README.md")]
//! The AbleScript language reference implementation. See
//! <https://git.ablecorp.us/AbleScript/able-script> for more
//! information.
#![forbid(unsafe_code, clippy::unwrap_used)]
pub mod ast;