File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ impl Target {
1086
1086
* self . kind ( ) == TargetKind :: CustomBuild
1087
1087
}
1088
1088
1089
- /// Returns `true` if it is a compile time depencencies , e.g., build script or proc macro
1089
+ /// Returns `true` if it is a compile time dependencies , e.g., build script or proc macro
1090
1090
pub fn is_compile_time_dependency ( & self ) -> bool {
1091
1091
self . is_custom_build ( ) || self . proc_macro ( )
1092
1092
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ both directories point to a directory named `target` in the root of your
7
7
value, or the ` --target-dir ` command-line flag. To change the location of the build-dir, you can set the
8
8
` CARGO_BUILD_BUILD_DIR ` [ environment variable] or the [ ` build.build-dir ` ] config value.
9
9
10
- Artifacts are split in two catagories :
10
+ Artifacts are split in two categories :
11
11
* Final build artifacts
12
12
* Final build artifacts are output meant for end users of Cargo
13
13
* e.g. binaries for bin crates, output of ` cargo doc ` , Cargo ` --timings ` reports
You can’t perform that action at this time.
0 commit comments