mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 18:35:02 +01:00
start bytecode compilation
This commit is contained in:
parent
b35d12e041
commit
c6765d7da6
14 changed files with 342 additions and 46 deletions
2
clippy.toml
Normal file
2
clippy.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# we want to use our custom type from `values.rs`, so that consumers can choose between which HashMap they want
|
||||
disallowed-types = ["std::collections::HashMap", "std::collections::HashSet"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue