mirror of
https://git.proxmox.com/git/proxmox
synced 2026-01-01 05:41:14 +00:00
docs: escape <foo> in doc comments
warning: unclosed HTML tag `nodename`
--> pbs-api-types/src/metrics.rs:224:5
|
224 | / /// Unique identifier for this metric object, for instance 'node/<nodename>'
225 | | /// or 'qemu/<vmid>'.
| |_________________________^
|
= note: `#[warn(rustdoc::invalid_html_tags)]` on by default
warning: unclosed HTML tag `vmid`
--> pbs-api-types/src/metrics.rs:224:5
|
224 | / /// Unique identifier for this metric object, for instance 'node/<nodename>'
225 | | /// or 'qemu/<vmid>'.
| |_________________________^
warning: `pbs-api-types` (lib doc) generated 2 warnings
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
00a1980903
commit
2f3e985b5f
@ -221,8 +221,8 @@ pub struct Metrics {
|
||||
/// Metric data point
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub struct MetricDataPoint {
|
||||
/// Unique identifier for this metric object, for instance 'node/<nodename>'
|
||||
/// or 'qemu/<vmid>'.
|
||||
/// Unique identifier for this metric object, for instance `node/<nodename>`
|
||||
/// or `qemu/<vmid>`.
|
||||
pub id: String,
|
||||
|
||||
/// Name of the metric.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user