about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2023-02-07 08:32:30 +0100
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2023-04-30 09:48:47 +0200
commit2fe28ae0a40f280eb85ef948b1dae8aa1be41d7a (patch)
tree21e77a8aced08d42d001eff02338fa66364a9b5e /src/tools
parentd3edfd18c790971c77845bfc1a2be4f9281c5416 (diff)
downloadrust-2fe28ae0a40f280eb85ef948b1dae8aa1be41d7a.tar.gz
rust-2fe28ae0a40f280eb85ef948b1dae8aa1be41d7a.zip
Use dynamic dispatch for queries
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index baef4bb0140..1f291235970 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -135,6 +135,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "expect-test",
     "fallible-iterator", // dependency of `thorin`
     "fastrand",
+    "field-offset",
     "fixedbitset",
     "flate2",
     "fluent-bundle",