diff options
Diffstat (limited to 'src/tools/cargo/deny.toml')
-rw-r--r-- | src/tools/cargo/deny.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/cargo/deny.toml b/src/tools/cargo/deny.toml index 383648171..746113f3c 100644 --- a/src/tools/cargo/deny.toml +++ b/src/tools/cargo/deny.toml @@ -192,11 +192,11 @@ wildcards = "allow" # * all - Both lowest-version and simplest-path are used highlight = "all" # The default lint level for `default` features for crates that are members of -# the workspace that is being checked. This can be overriden by allowing/denying +# the workspace that is being checked. This can be overridden by allowing/denying # `default` on a crate-by-crate basis if desired. workspace-default-features = "allow" # The default lint level for `default` features for external crates that are not -# members of the workspace. This can be overriden by allowing/denying `default` +# members of the workspace. This can be overridden by allowing/denying `default` # on a crate-by-crate basis if desired. external-default-features = "allow" # List of crates that are allowed. Use with care! |