Skip to content

remove '&self' param in builder maintenance function #22

Description

@jacobkaufmann

we can remove &self from builder maintenance function by cloning and passing in the values we need from &self

evangelion/src/builder.rs

Lines 495 to 499 in b5317b2

pub fn start(
&self,
mut bundle_flow: mpsc::UnboundedReceiver<Bundle>,
mut state_events: mpsc::UnboundedReceiver<CanonStateNotification>,
) {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions