Skip to content

Commit

Permalink
complete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Apr 2, 2024
1 parent afd9b72 commit 6eb9cb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/salsa-2022/src/tracked_struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ pub trait Configuration {
type Fields;

/// A array of [`Revision`][] values, one per each of the value fields.
/// When a struct is re-recreated in a new revision, the
/// When a struct is re-recreated in a new revision, the corresponding
/// entries for each field are updated to the new revision if their
/// values have changed (or if the field is marked as `#[no_eq]`).
type Revisions;

fn id_fields(fields: &Self::Fields) -> impl Hash;
Expand Down

0 comments on commit 6eb9cb0

Please sign in to comment.