Closed
Description
The CLI flag is --whitelist-function
, so we should be consistent and remove the "ed" from the builder method.
- Rename
Builder::whitelisted_function
toBuilder::whitelist_function
- Add
Builder::whitelisted_function
that delegates towhitelist_function
- Mark
whitelisted_function
as#[deprecated = "use whitelist_function instead"
]