File tree 2 files changed +4
-4
lines changed
crates/cargo-test-support/src
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -849,7 +849,7 @@ impl Execs {
849
849
/// Enables nightly features for testing
850
850
///
851
851
/// The list of reasons should be why nightly cargo is needed. If it is
852
- /// becuase of an unstable feature put the name of the feature as the reason,
852
+ /// because of an unstable feature put the name of the feature as the reason,
853
853
/// e.g. `&["print-im-a-teapot"]`
854
854
pub fn masquerade_as_nightly_cargo ( & mut self , reasons : & [ & str ] ) -> & mut Self {
855
855
if let Some ( ref mut p) = self . process_builder {
@@ -1211,7 +1211,7 @@ fn _process(t: &OsStr) -> ProcessBuilder {
1211
1211
/// Enable nightly features for testing
1212
1212
pub trait ChannelChanger {
1213
1213
/// The list of reasons should be why nightly cargo is needed. If it is
1214
- /// becuase of an unstable feature put the name of the feature as the reason,
1214
+ /// because of an unstable feature put the name of the feature as the reason,
1215
1215
/// e.g. `&["print-im-a-teapot"]`.
1216
1216
fn masquerade_as_nightly_cargo ( self , _reasons : & [ & str ] ) -> Self ;
1217
1217
}
Original file line number Diff line number Diff line change @@ -192,11 +192,11 @@ wildcards = "allow"
192
192
# * all - Both lowest-version and simplest-path are used
193
193
highlight = " all"
194
194
# The default lint level for `default` features for crates that are members of
195
- # the workspace that is being checked. This can be overriden by allowing/denying
195
+ # the workspace that is being checked. This can be overridden by allowing/denying
196
196
# `default` on a crate-by-crate basis if desired.
197
197
workspace-default-features = " allow"
198
198
# The default lint level for `default` features for external crates that are not
199
- # members of the workspace. This can be overriden by allowing/denying `default`
199
+ # members of the workspace. This can be overridden by allowing/denying `default`
200
200
# on a crate-by-crate basis if desired.
201
201
external-default-features = " allow"
202
202
# List of crates that are allowed. Use with care!
You can’t perform that action at this time.
0 commit comments