Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: async-rs/async-macros
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4729663
Choose a base ref
...
head repository: async-rs/async-macros
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a61e207
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 16, 2019

  1. improve readability of macros

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9161a9d View commit details
    Browse the repository at this point in the history
  2. MaybeDone::new()

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    8121fb9 View commit details
    Browse the repository at this point in the history
  3. bypass clippy wrong self convention

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9efa892 View commit details
    Browse the repository at this point in the history
  4. Update src/maybe_done.rs

    Co-Authored-By: Taiki Endo <[email protected]>
    yoshuawuyts and taiki-e authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    26d597b View commit details
    Browse the repository at this point in the history
  5. rust nightly

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    04e5f5e View commit details
    Browse the repository at this point in the history
  6. Update src/maybe_done.rs

    Co-Authored-By: Taiki Endo <[email protected]>
    yoshuawuyts and taiki-e authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    6997148 View commit details
    Browse the repository at this point in the history
  7. fix clippy

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    5fe130d View commit details
    Browse the repository at this point in the history
  8. clippy fallback

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a61e207 View commit details
    Browse the repository at this point in the history
Loading