-
-
Notifications
You must be signed in to change notification settings - Fork 680
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make directive .into()
calls consistent
#2249
Conversation
Actually, there might be a way to call (Also, not sure why the CI failed above) |
Can you run cargo clippy and/or cargo fmt on your repo? The tests are failing because of that @blorbb |
ran both, the only warning I got is about auto traits being unstable from clippy. |
Nightly clippy is causing pain, no worries |
Thanks, this looks good to me for now. I agree that |
(@blorbb You have it marked as draft, I think because of that question — To me this seems ready to merge, unless you're waiting on anything else. Is it ready to go?) |
yep was just marked draft to decide between ().into() vs Default - makes sense that it can be changed later, I'll reopen it now. Thanks! |
fixes #2248
added to the directive examples as well.