Skip to content

Commit 228dcdb

Browse files
committed
chore: Add doc comment explaining the default variant
1 parent 2707761 commit 228dcdb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • rust/operator-binary/src/backend

rust/operator-binary/src/backend/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ pub enum ProvisionParts {
168168
Public,
169169

170170
/// Provision both public and private data.
171+
///
172+
/// This is the default variant to be backwords compatible with behaviour before SDP 26.3.0.
171173
#[default]
172174
PublicPrivate,
173175
}

0 commit comments

Comments
 (0)