Skip to content

Commit b0319e9

Browse files
committed
fix doctest
1 parent f81933d commit b0319e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/conditional-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ secure-password = ["bcrypt"]
4747

4848
When you do this, Cargo passes along a flag to `rustc`:
4949

50-
```
50+
```text
5151
--cfg feature="${feature_name}"
5252
```
5353

0 commit comments

Comments
 (0)