Skip to content

Commit 08e59fe

Browse files
authored
Update lib.rs (#557)
1 parent f056772 commit 08e59fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(incomplete_features)] // for if_let_guard
2+
#![allow(invalid_reference_casting)] // for the wild lua code
23
#![feature(proc_macro_hygiene)]
34
#![feature(if_let_guard)]
45
#![feature(map_try_insert)] // for not overwriting previously stored hashes

0 commit comments

Comments
 (0)