Skip to content

Commit

Permalink
'rename symbol' doesnt work on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 6, 2024
1 parent feee424 commit 4fb3881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/sagas/instance_update/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ pub fn update_saga_needed(
/// Depending on the current state of the instance and its VMM(s) and migration,
/// an update saga may perform a variety of operations. Which operations need to
/// be performed for the current state snapshot of the instance, VMM, and
/// migration records is determined by the [`UpdatesRequired::for_snapshot`]
/// migration records is determined by the [`UpdatesRequired::for_instance`]
/// function.
#[derive(Debug, Deserialize, Serialize)]
struct UpdatesRequired {
Expand Down

0 comments on commit 4fb3881

Please sign in to comment.