We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8cbd commit 4db4a13Copy full SHA for 4db4a13
crates/resolver-tests/src/lib.rs
@@ -771,7 +771,7 @@ pub fn registry_strategy(
771
format!("{}.{}.{}", major, minor, patch)
772
};
773
774
- // If this is false than the crate will depend on the nonexistent "bad"
+ // If this is false then the crate will depend on the nonexistent "bad"
775
// instead of the complex set we generated for it.
776
let allow_deps = prop::bool::weighted(0.99);
777
0 commit comments