Skip to content

Commit d92a425

Browse files
committed
allow mutable static ref for now
1 parent edfe0de commit d92a425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(static_mut_refs)]
12
use std::collections::HashMap;
23

34
use pest::error::{Error, ErrorVariant, InputLocation};

0 commit comments

Comments
 (0)