summaryrefslogtreecommitdiff
path: root/support/pkgcheck/src/gparser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/pkgcheck/src/gparser.rs')
-rw-r--r--support/pkgcheck/src/gparser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/pkgcheck/src/gparser.rs b/support/pkgcheck/src/gparser.rs
index 6f9d7f393a..ac3e1e7289 100644
--- a/support/pkgcheck/src/gparser.rs
+++ b/support/pkgcheck/src/gparser.rs
@@ -1,7 +1,7 @@
use pest::Parser;
#[cfg(debug_assertions)]
-const _GRAMMAR: &'static str = include_str!("generate.pest");
+const _GRAMMAR: &str = include_str!("generate.pest");
#[derive(Parser)]
#[grammar = "generate.pest"]