File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ pub fn add_root_urls(
243
243
}
244
244
245
245
/// Adds unstable flag [`--output-format`][1] to the given `rustdoc`
246
- /// invocation. This is for unstable feature [ `-Zunstable-features`] .
246
+ /// invocation. This is for unstable feature `-Zunstable-features`.
247
247
///
248
248
/// [1]: https://doc.rust-lang.org/nightly/rustdoc/unstable-features.html?highlight=output-format#-w--output-format-output-format
249
249
pub fn add_output_format (
Original file line number Diff line number Diff line change @@ -1982,7 +1982,7 @@ impl GlobalContext {
1982
1982
Ok ( ( ) )
1983
1983
}
1984
1984
1985
- /// Returns a list of [ target.'` cfg()`'] tables.
1985
+ /// Returns a list of ` target.'cfg()'` tables.
1986
1986
///
1987
1987
/// The list is sorted by the table name.
1988
1988
pub fn target_cfgs ( & self ) -> CargoResult < & Vec < ( String , TargetCfgConfig ) > > {
You can’t perform that action at this time.
0 commit comments