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.
2 parents 0c0231e + b5b42b6 commit 5ba0eccCopy full SHA for 5ba0ecc
src/cargo/util/config/target.rs
@@ -5,7 +5,7 @@ use serde::Deserialize;
5
use std::collections::{BTreeMap, HashMap};
6
use std::path::PathBuf;
7
8
-/// Config definition of a [target.'cfg(…)'] table.
+/// Config definition of a `[target.'cfg(…)']` table.
9
///
10
/// This is a subset of `TargetConfig`.
11
#[derive(Debug, Deserialize)]
@@ -19,7 +19,7 @@ pub struct TargetCfgConfig {
19
pub other: BTreeMap<String, toml::Value>,
20
}
21
22
-/// Config definition of a [target] table.
+/// Config definition of a `[target]` table.
23
#[derive(Debug)]
24
pub struct TargetConfig {
25
/// Process to run as a wrapper for `cargo run`, `test`, and `bench` commands.
0 commit comments