diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-19 22:14:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-19 22:14:00 -0400 |
| commit | ae479b1036630970c0d0aaf67cbb500a3c7ed622 (patch) | |
| tree | 14cd085a22b0ec34f24d3654b1525bf3dbd2f766 /Cargo.lock | |
| parent | 803499886b90536cdbb9d40eaa9085157772d771 (diff) | |
perf(fmt/lint): incremental formatting and linting (#14314)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index abb320355..5fccb2a93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,6 +795,7 @@ dependencies = [ "tower-lsp", "trust-dns-client", "trust-dns-server", + "twox-hash", "typed-arena", "uuid", "walkdir", @@ -4724,6 +4725,17 @@ dependencies = [ ] [[package]] +name = "twox-hash" +version = "1.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" +dependencies = [ + "cfg-if", + "rand", + "static_assertions", +] + +[[package]] name = "typed-arena" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
