We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f056772 commit 08e59feCopy full SHA for 08e59fe
src/lib.rs
@@ -1,4 +1,5 @@
1
#![allow(incomplete_features)] // for if_let_guard
2
+#![allow(invalid_reference_casting)] // for the wild lua code
3
#![feature(proc_macro_hygiene)]
4
#![feature(if_let_guard)]
5
#![feature(map_try_insert)] // for not overwriting previously stored hashes
0 commit comments