Skip to content

Commit dfc71cd

Browse files
committed
fixed ci testes
1 parent 004fa29 commit dfc71cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cargo/core/compiler/rustdoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ pub fn add_root_urls(
243243
}
244244

245245
/// 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`.
247247
///
248248
/// [1]: https://doc.rust-lang.org/nightly/rustdoc/unstable-features.html?highlight=output-format#-w--output-format-output-format
249249
pub fn add_output_format(

src/cargo/util/context/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ impl GlobalContext {
19821982
Ok(())
19831983
}
19841984

1985-
/// Returns a list of [target.'`cfg()`'] tables.
1985+
/// Returns a list of `target.'cfg()'` tables.
19861986
///
19871987
/// The list is sorted by the table name.
19881988
pub fn target_cfgs(&self) -> CargoResult<&Vec<(String, TargetCfgConfig)>> {

0 commit comments

Comments
 (0)