Skip to content

Commit 48a9010

Browse files
brkydncberkus
authored andcommitted
Fix falsy "potential incomplete link" mdbook warning
1 parent ae0ee54 commit 48a9010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ parameters are automatically black-boxed by Criterion.rs so you don't need to do
129129
writing an un-parameterized benchmark of a function that takes an argument, however, this may be
130130
worth considering.
131131

132-
### Cargo Prints a Warning About Explicit [[bench]] Sections in Cargo.toml
132+
### Cargo Prints a Warning About Explicit `[[bench]]` Sections in Cargo.toml
133133

134134
Currently, Cargo treats any `*.rs` file in the `benches` directory as a
135135
benchmark, unless there are one or more `[[bench]]` sections in the

0 commit comments

Comments
 (0)