docs+api: finalize phase29ab P3 contract and update examples
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
//!
|
||||
//! match try_promote(builder, condition, body, inputs, debug, verbose)? {
|
||||
//! PromoteDecision::Promoted(result) => { /* ... */ }
|
||||
//! PromoteDecision::NotApplicable => { /* fallback to next path */ }
|
||||
//! PromoteDecision::NotApplicable(result) => { /* continue without promotion */ }
|
||||
//! PromoteDecision::Freeze(reason) => { /* fail-fast */ }
|
||||
//! }
|
||||
//! ```
|
||||
|
||||
Reference in New Issue
Block a user