Skip to content

Commit

Permalink
fix build docs whinging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nieuwejaar committed Jun 5, 2024
1 parent d8d8da6 commit 56f7a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wicket-common/src/rack_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ impl UserSpecifiedRackNetworkConfig {

/// User-specified version of [`PortConfigV1`].
///
/// All of [`PortConfigV1`] is user-specified. But we expect the port name to
/// be a key, rather than a field as in [`PortConfigV1`]. So this has all of
/// All of [`PortConfigV2`] is user-specified. But we expect the port name to
/// be a key, rather than a field as in [`PortConfigV2`]. So this has all of
/// the fields other than the port name.
///
/// [`PortConfigV1`]: omicron_common::api::internal::shared::PortConfigV1
/// [`PortConfigV2`]: omicron_common::api::internal::shared::PortConfigV2
#[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize, JsonSchema)]
#[serde(deny_unknown_fields)]
pub struct UserSpecifiedPortConfig {
Expand Down

0 comments on commit 56f7a6a

Please sign in to comment.