about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-02-28 13:52:26 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2021-02-28 23:07:11 +0100
commit45d6a77ce884f41c2ef5e1160aabbf355403d5cd (patch)
treec3c8589bed3a9a339ff8cbde177712649251ca54
parent1ebaae8a158d414c23c83298135cdfa12c8b980a (diff)
downloadrust-45d6a77ce884f41c2ef5e1160aabbf355403d5cd.tar.gz
rust-45d6a77ce884f41c2ef5e1160aabbf355403d5cd.zip
lintcheck: add more embark crate sources to the sources toml
-rw-r--r--clippy_dev/lintcheck_crates.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/clippy_dev/lintcheck_crates.toml b/clippy_dev/lintcheck_crates.toml
index 3e443c593a2..f065b2de01e 100644
--- a/clippy_dev/lintcheck_crates.toml
+++ b/clippy_dev/lintcheck_crates.toml
@@ -14,7 +14,6 @@ bitflags = {name = "bitflags", versions = ['1.2.1']}
 libc = {name = "libc", versions = ['0.2.81']}
 log = {name = "log", versions = ['0.4.11']}
 proc-macro2 = {name = "proc-macro2", versions = ['1.0.24']}
-puffin = {name = "puffin", git_url = "https://github.com/EmbarkStudios/puffin", git_hash = "02dd4a3"}
 quote = {name = "quote", versions = ['1.0.7']}
 rand = {name = "rand", versions = ['0.7.3']}
 rand_core = {name = "rand_core", versions = ['0.6.0']}
@@ -28,3 +27,9 @@ cxx = {name = "cxx", versions = ['1.0.32']}
 ryu = {name = "ryu", version = ['1.0.5']}
 serde_yaml = {name = "serde_yaml", versions = ['0.8.17']}
 thiserror = {name = "thiserror", versions = ['1.0.24']}
+# some embark crates there are other interesting crates but
+# unfortunately adding them increases lintcheck runtime drastically
+cfg-expr = {name = "cfg-expr", versions = ['0.7.1']}
+puffin = {name = "puffin", git_url = "https://github.com/EmbarkStudios/puffin", git_hash = "02dd4a3"}
+rpmalloc = {name = "rpmalloc", versions = ['0.2.0']}
+tame-oidc = {name = "tame-oidc", versions = ['0.1.0']}