Skip to content

Commit

Permalink
fix broken rustdoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Apr 19, 2024
1 parent 7d6784b commit 46bd51a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nexus/types/src/deployment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,7 @@ impl Blueprint {
///
/// Note that collections do not include information about zone
/// disposition, so it is assumed that all zones in the collection have the
/// [`InService`](BlueprintZoneDisposition::InService) disposition. (This
/// is the same assumption made by
/// [`BlueprintZonesConfig::initial_from_collection`]. The logic here may
/// also be expanded to handle cases where not all zones in the collection
/// are in-service.)
/// [`InService`](BlueprintZoneDisposition::InService) disposition.
pub fn diff_since_collection(
&self,
before: &Collection,
Expand Down

0 comments on commit 46bd51a

Please sign in to comment.