diff options
author | kyren <kerriganw@gmail.com> | 2018-02-15 21:39:35 -0500 |
---|---|---|
committer | kyren <kerriganw@gmail.com> | 2018-02-15 21:39:35 -0500 |
commit | f0186d1799a9a2b93b8aef9003c86b9ba001c92d (patch) | |
tree | 130ef01ed8a36a75aa9a4a078cc32d1ac1d3344a /src/lib.rs | |
parent | 6b46e8abe98fd918e6e9c3c864e2a04f750b7d6a (diff) | |
download | mlua-f0186d1799a9a2b93b8aef9003c86b9ba001c92d.zip |
Provisional "fix" for #71. Requires nightly :(
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#![cfg_attr(feature = "unwind", feature(unwind_attributes))] + //! # High-level bindings to Lua //! //! The `rlua` crate provides safe high-level bindings to the [Lua programming language]. |