We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4e698 commit f9ef2c5Copy full SHA for f9ef2c5
crates/build-rs/src/output.rs
@@ -171,7 +171,7 @@ pub fn rustc_link_arg_benches(flag: &str) {
171
/// to the symbols from the given lib, and the binary should access them through
172
/// the library target’s public API.
173
///
174
-/// The optional `KIND` may be one of dylib, static, or framework. See the
+/// The optional `KIND` may be one of `dylib`, `static`, or `framework`. See the
175
/// [rustc book][-l] for more detail.
176
177
/// [-l]: https://doc.rust-lang.org/stable/rustc/command-line-arguments.html#option-l-link-lib
0 commit comments