Skip to content

Commit af18f7f

Browse files
committed
fix docs
1 parent 7f14109 commit af18f7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/cargo-gpu/src/legacy_target_specs.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//! Legacy target specs are spec jsons for versions before `rustc_codegen_spirv-types` came
2-
//! bundled with them. Instead, cargo gpu needs to bundle these legacy spec files. Luckily,
3-
//! they are the same for all versions, as bundling with `rustc_codegen_spirv-types` was
1+
//! Legacy target specs are spec jsons for versions before `rustc_codegen_spirv_target_specs`
2+
//! came bundled with them. Instead, cargo gpu needs to bundle these legacy spec files. Luckily,
3+
//! they are the same for all versions, as bundling target specs with the codegen backend was
44
//! introduced before the first target spec update.
55
66
use anyhow::Context as _;

0 commit comments

Comments
 (0)