mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
remove some bounds checks
This commit is contained in:
parent
b328db85e9
commit
6ef2b1cea8
9 changed files with 102 additions and 93 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -132,6 +132,12 @@ dependencies = [
|
|||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "const-fnv1a-hash"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "32b13ea120a812beba79e34316b3942a857c86ec1593cb34f27bb28272ce2cca"
|
||||
|
||||
[[package]]
|
||||
name = "derive_more"
|
||||
version = "2.0.1"
|
||||
|
|
@ -985,6 +991,7 @@ dependencies = [
|
|||
"Inflector",
|
||||
"better-panic",
|
||||
"bitbuffer",
|
||||
"const-fnv1a-hash",
|
||||
"enumflags2",
|
||||
"fnv",
|
||||
"iai-callgrind",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue