Add `c_unwind` feature to example

This commit is contained in:
William Venner 2021-10-21 19:08:09 +01:00
parent 05d845d9d1
commit 3777db69de
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ gmod = "*"
### lib.rs
```rust
#![feature(c_unwind)]
#[macro_use]
extern crate gmod;