1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

check for panicing code in ci

This commit is contained in:
Robin Appelman 2019-08-11 13:57:20 +02:00
commit 15a17c1b60
4 changed files with 87 additions and 244 deletions

3
rustig.toml Normal file
View file

@ -0,0 +1,3 @@
whitelisted_functions = [
{ function_name = "serde_json::ser::format_escaped_str", crate_name = "serde_json" }
]