Merge branch 'v0.4.0-fixes'
This commit is contained in:
commit
507f700c44
|
@ -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)]
|
#![forbid(unsafe_code, clippy::unwrap_used)]
|
||||||
|
|
||||||
pub mod ast;
|
pub mod ast;
|
||||||
|
|
Loading…
Reference in a new issue