Skip to content

Commit

Permalink
Allow unsafe for itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Oct 31, 2023
1 parent 2b4320c commit ca3eeea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cackle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ allow_unsafe = true
allow_apis = [
"fs",
]

[pkg.itertools]
allow_unsafe = true

0 comments on commit ca3eeea

Please sign in to comment.