Skip to content

Commit 37d9fdb

Browse files
committed
Auto merge of #9720 - In-line:weather-is-not-nice-today, r=ehuss
Weather is not nice today..
2 parents 121f4b3 + 8ee76f6 commit 37d9fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/resolver-tests/tests/resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ proptest! {
9393
prop_assert_eq!(
9494
res.is_ok(),
9595
mres.is_ok(),
96-
"minimal-versions and regular resolver disagree about weather `{} = \"={}\"` can resolve",
96+
"minimal-versions and regular resolver disagree about whether `{} = \"={}\"` can resolve",
9797
this.name(),
9898
this.version()
9999
)

src/cargo/core/resolver/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub struct Context {
2727
/// get the package that will be linking to a native library by its links attribute
2828
pub links: im_rc::HashMap<InternedString, PackageId>,
2929
/// for each package the list of names it can see,
30-
/// then for each name the exact version that name represents and weather the name is public.
30+
/// then for each name the exact version that name represents and whether the name is public.
3131
pub public_dependency: Option<PublicDependency>,
3232

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

0 commit comments

Comments
 (0)