Skip to content

Commit a593965

Browse files
Copilotpinodeca
andauthored
Fix stale LoopContinuation doc comment on FunctionInput in types.rs
Co-authored-by: pinodeca <32303022+pinodeca@users.noreply.github.com>
1 parent 4377af5 commit a593965

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/types.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,8 +850,6 @@ pub struct FunctionGraph {
850850
pub nodes: std::collections::BTreeMap<String, FunctionNode>,
851851
}
852852

853-
/// Loop continuation state preserved across `continue_as_new` generations.
854-
///
855853
/// Input structure passed to duroxide functions
856854
#[derive(Debug, Clone, Serialize, Deserialize)]
857855
pub struct FunctionInput {

0 commit comments

Comments
 (0)