Add `psm` to the crate whitelist

This commit is contained in:
Oliver Scherer 2019-11-26 14:12:59 +01:00 committed by Mateusz Mikuła
parent 26edcee093
commit 96c5012b57
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,7 @@ const WHITELIST: &[&str] = &[
"polonius-engine",
"ppv-lite86",
"proc-macro2",
"psm",
"punycode",
"quick-error",
"quote",
@ -160,6 +161,7 @@ const WHITELIST: &[&str] = &[
"sha-1",
"smallvec",
"stable_deref_trait",
"stacker",
"syn",
"synstructure",
"tempfile",