build.rs: fix lalrpop building in direnv
Build and test / check (push) Successful in 56s
Build and test / docs (push) Successful in 1m21s
Build and test / test (push) Successful in 1m41s
Build and test / build (push) Successful in 2m0s

This commit is contained in:
2026-06-21 14:48:16 +09:00
parent 2c0565624d
commit 81e2f73fda
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ pub(super) fn unescape_string(s: &str) -> String {
result
}
lalrpop_mod!(filter_grammar, "/filter_grammar.rs");
lalrpop_mod!(filter_grammar, "/src/filter_grammar.rs");
impl Filter {
pub fn parse(input: &str) -> Result<Filter, RequestParserError> {