Skip to content

Commit

Permalink
Auto merge of #9720 - In-line:weather-is-not-nice-today, r=ehuss
Browse files Browse the repository at this point in the history
Weather is not nice today..
  • Loading branch information
bors committed Jul 23, 2021
2 parents 121f4b3 + 8ee76f6 commit 37d9fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/resolver-tests/tests/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ proptest! {
prop_assert_eq!(
res.is_ok(),
mres.is_ok(),
"minimal-versions and regular resolver disagree about weather `{} = \"={}\"` can resolve",
"minimal-versions and regular resolver disagree about whether `{} = \"={}\"` can resolve",
this.name(),
this.version()
)
Expand Down
2 changes: 1 addition & 1 deletion src/cargo/core/resolver/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct Context {
/// get the package that will be linking to a native library by its links attribute
pub links: im_rc::HashMap<InternedString, PackageId>,
/// for each package the list of names it can see,
/// then for each name the exact version that name represents and weather the name is public.
/// then for each name the exact version that name represents and whether the name is public.
pub public_dependency: Option<PublicDependency>,

/// a way to look up for a package in activations what packages required it
Expand Down

0 comments on commit 37d9fdb

Please sign in to comment.