Skip to content
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

refactor: Convert misc actix-web frontend calls to async await #562

Merged

Commits on Apr 11, 2020

  1. refactor: convert actix-web front-end calls to async

    Convert actix-web front-end calls from Futures style into async/await style for more readibility. This refactor doesn't change any behavior.
    
    Closes mozilla-services#541
    
    refactor: convert actix-web front-end calls to async
    
    Add missing async keyword to function definition of `test_error`.
    
    Closes mozilla-services#541
    
    fix: change return type for test_error
    
    Change return type for test_error.
    
    Closes mozilla-services#541
    
    Convert misc actix-web frontend calls to async await
    
    Run cargo fmt.
    
    Closes mozilla-services#541
    
    refactor: convert actix-web front-end calls to async
    
    Refactor return type of delete_all() and omit `let` binding to silence clippy warnings.
    
    Closes mozilla-services#541
    Emmanuel-Melon committed Apr 11, 2020
    Copy the full SHA
    300f285 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Copy the full SHA
    3f5764c View commit details
    Browse the repository at this point in the history