diff options
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]. |