-
Notifications
You must be signed in to change notification settings - Fork 14
Pull requests: Dhghomon/rust-fsharp
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
"".to_string()
isn't idiomatic in Rust; use String::new()
or String::default()
#14
opened Jun 3, 2021 by
ChayimFriedman2
Loading…
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.