Skip to content

Commit bea65c7

Browse files
committed
docs(ref): Remove blog post link
Blog posts are not evergreen documentation.
1 parent 2332d7a commit bea65c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/src/reference/build-scripts.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ identifier, the value should be a string.
258258

259259
### `cargo::rustc-check-cfg=CHECK_CFG` {#rustc-check-cfg}
260260

261-
*See the announcement [blog post][check-cfg-blog-post] for more a global view of the feature.*
262-
263261
Add to the list of expected config names and values that is used when checking
264262
the _reachable_ cfg expressions.
265263

@@ -295,7 +293,6 @@ if foo_bar_condition {
295293
For a more complete example see in the [build script examples][build-script-examples] page
296294
the [conditional compilation][conditional-compilation-example] example.
297295

298-
[check-cfg-blog-post]: https://blog.rust-lang.org/2024/05/06/check-cfg.html
299296
[option-check-cfg]: ../../rustc/command-line-arguments.md#option-check-cfg
300297
[build-script-examples]: build-script-examples.md
301298
[conditional-compilation-example]: build-script-examples.md#conditional-compilation

0 commit comments

Comments
 (0)