Skip to content

Commit 45d6a77

Browse files
committed
lintcheck: add more embark crate sources to the sources toml
1 parent 1ebaae8 commit 45d6a77

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

clippy_dev/lintcheck_crates.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ bitflags = {name = "bitflags", versions = ['1.2.1']}
1414
libc = {name = "libc", versions = ['0.2.81']}
1515
log = {name = "log", versions = ['0.4.11']}
1616
proc-macro2 = {name = "proc-macro2", versions = ['1.0.24']}
17-
puffin = {name = "puffin", git_url = "https://github.com/EmbarkStudios/puffin", git_hash = "02dd4a3"}
1817
quote = {name = "quote", versions = ['1.0.7']}
1918
rand = {name = "rand", versions = ['0.7.3']}
2019
rand_core = {name = "rand_core", versions = ['0.6.0']}
@@ -28,3 +27,9 @@ cxx = {name = "cxx", versions = ['1.0.32']}
2827
ryu = {name = "ryu", version = ['1.0.5']}
2928
serde_yaml = {name = "serde_yaml", versions = ['0.8.17']}
3029
thiserror = {name = "thiserror", versions = ['1.0.24']}
30+
# some embark crates there are other interesting crates but
31+
# unfortunately adding them increases lintcheck runtime drastically
32+
cfg-expr = {name = "cfg-expr", versions = ['0.7.1']}
33+
puffin = {name = "puffin", git_url = "https://github.com/EmbarkStudios/puffin", git_hash = "02dd4a3"}
34+
rpmalloc = {name = "rpmalloc", versions = ['0.2.0']}
35+
tame-oidc = {name = "tame-oidc", versions = ['0.1.0']}

0 commit comments

Comments
 (0)