Merge branch 'v0.4.0-fixes'

trunk
Alex Bethel 2022-05-09 17:58:36 -06:00
commit 6ee4c4679b
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;