We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0b535 commit 8149737Copy full SHA for 8149737
macros/src/lib.rs
@@ -1,3 +1,5 @@
1
+#![deny(rust_2018_idioms)]
2
+
3
extern crate gll;
4
extern crate proc_macro;
5
extern crate proc_quote;
macros/tests/basic.rs
extern crate gll_macros;
macros/tests/json.rs
src/lib.rs
@@ -1,4 +1,5 @@
#![deny(unsafe_code)]
extern crate indexing;
extern crate ordermap;
0 commit comments