Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 394
Lambda with Async/Await#111
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
f914c3f5e6664896ea124ae003fd5869b522d5b168abdf54aa564dacb7eb844024730f12a10508233a68d31200d044caf54b507c94d21c002447e4ea57f2d17a34cc24b9a2e8ee837cb4a08c58b1e25709528a7b5eb6954b890cf477c0b951b95ac18fed7582d37c34603315ae691c0e6536257006a275d252d04File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| edition = "2018" | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Didn't know this was a thing but heads up, rustfmt picks up the edition from your crate if invoked via cargo so you might not need this ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, it normally should, but I think rust-analyzer didn't pick it up, but I think that was fixed. | ||
| # https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#merge_imports | ||
| merge_imports = true | ||
| # https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#max_width | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
Why fix to 1.40 instead of testing against stable? Do we plan to keep adding older versions here to ensure we maintain compatibility?
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.
It depends: do we intend to have an minimum supported rust version?