Merge pull request #1682 from OfirLauber/main

chore: fix comment in enums3.rs
pull/1683/head
liv 1 year ago committed by GitHub
commit 1552822404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,10 +41,9 @@ impl State {
}
fn process(&mut self, message: Message) {
// TODO: create a match expression to process the different message
// variants
// Remember: When passing a tuple as a function argument, you'll need
// extra parentheses: fn function((t, u, p, l, e))
// TODO: create a match expression to process the different message variants
// Remember: When passing a tuple as a function argument, you'll need extra parentheses:
// fn function((t, u, p, l, e))
}
}

Loading…
Cancel
Save