Update generate.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
This commit is contained in:
Wind 2024-07-17 22:21:20 +08:00 committed by GitHub
parent 80053ed43e
commit fd26316ffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ fn get_initial_state(
msg: "Missing initial value".to_string(), msg: "Missing initial value".to_string(),
span: Some(span), span: Some(span),
help: Some( help: Some(
"Providing <initial> value to generate, or assigning default value to closure parameter" "Provide an <initial> value as an argument to generate, or assign a default value to the closure parameter"
.to_string(), .to_string(),
), ),
inner: vec![], inner: vec![],