Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lmapii committed Mar 15, 2024
1 parent 3bc5e24 commit b0d149b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,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!
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fn extract_patterns<T>(candidates: Vec<Result<T, String>>) -> Result<Vec<T>, Str
/// Builds a set of [`Matcher`]s for the list of `globs` relative to `root`.
///
/// This function creates multiple [`Matcher`]s by calling the [`Builder::build`] for each of the
/// provided globs. It then checks if any failures have occured while building the [`Matcher`]
/// provided globs. It then checks if any failures have occurred while building the [`Matcher`]
/// instances; if for any of the provided globs the build fails an error is returned.
///
/// # Errors
Expand Down Expand Up @@ -120,7 +120,7 @@ where
/// Builds a set of [`GlobSet`]s for the list of provided `paths`.
///
/// This function creates multiple [`GlobSet`]s by calling the [`Builder::build_glob_set`] function
/// for each provided glob. It then checks if any failures have occured while building the
/// for each provided glob. It then checks if any failures have occurred while building the
/// [`GlobSet`] instances; if for any of the provided paths the build fails an error is returned.
///
/// # Errors
Expand Down

0 comments on commit b0d149b

Please sign in to comment.