We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07db836 commit 3e5d618Copy full SHA for 3e5d618
src/front/datalog/parser.rs
@@ -1,5 +1,6 @@
1
//! Datalog parser
2
#![allow(missing_docs)]
3
+#![allow(clippy::empty_docs)]
4
#![allow(clippy::clone_on_copy)]
5
6
use pest::error::Error;
0 commit comments