You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depreciate `Builder::whitelisted_type`.
Closes#987
Also, we were making a call to the now deprecated `Builder::hide_type`,
changed that over to call `Builder::blacklist_type.
The CLI flag is
--whitelist-type
, so we should be consistent and remove the "ed" from the builder method.Builder::whitelisted_type
toBuilder::whitelist_type
Builder::whitelisted_type
that delegates towhitelist_type
whitelisted_type
as#[deprecated = "use whitelist_type instead"]
The text was updated successfully, but these errors were encountered: