File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1488,7 +1488,7 @@ fn check_cfg_args(unit: &Unit) -> Vec<OsString> {
1488
1488
arg_feature. push ( "))" ) ;
1489
1489
1490
1490
// In addition to the package features, we also include the `test` cfg (since
1491
- // compiler-team#785, as to be able to someday apply yt conditionaly ), as well
1491
+ // compiler-team#785, as to be able to someday apply yt conditionally ), as well
1492
1492
// the `docsrs` cfg from the docs.rs service.
1493
1493
//
1494
1494
// We include `docsrs` here (in Cargo) instead of rustc, since there is a much closer
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ impl LocalManifest {
452
452
Ok ( ( ) )
453
453
}
454
454
455
- /// Allow mutating depedencies , wherever they live.
455
+ /// Allow mutating dependencies , wherever they live.
456
456
/// Copied from cargo-edit.
457
457
pub fn get_dependency_tables_mut (
458
458
& mut self ,
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ The path to where internal files used as part of the build are placed.
264
264
265
265
This option supports path templating.
266
266
267
- Avaiable template variables:
267
+ Available template variables:
268
268
* ` {workspace-root} ` resolves to root of the current workspace.
269
269
* ` {cargo-cache-home} ` resolves to ` CARGO_HOME `
270
270
* ` {workspace-path-hash} ` resolves to a hash of the manifest path
Original file line number Diff line number Diff line change @@ -5420,7 +5420,7 @@ fn rerun_if_published_directory() {
5420
5420
5421
5421
p. cargo ( "check" ) . run ( ) ;
5422
5422
5423
- // Delete regitry src to make directories being recreated with the latest timestamp.
5423
+ // Delete registry src to make directories being recreated with the latest timestamp.
5424
5424
cargo_home ( ) . join ( "registry/src" ) . rm_rf ( ) ;
5425
5425
5426
5426
p. cargo ( "check --verbose" )
You can’t perform that action at this time.
0 commit comments