- Notifications
You must be signed in to change notification settings - Fork329
Clone options#259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Clone options#259
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Nice catch! Can confirm. I tested it at the time and thought it worked but I guess I got confused. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for contributing@abursavich!
icholy commentedOct 1, 2020
There are still 2 more instances of this.
|
nhooyr commentedOct 2, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Good eye@icholy, I've made note of those in my TODO and will have a PR up to fix shortly. |
Thank you@icholy for identifying these in#259 (comment)
Thank you@icholy for identifying these in#259 (comment)
opts = &*opts
is a no-op.See:https://staticcheck.io/docs/checks#SA4001