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

Warnings cleanup #198

Merged
merged 8 commits into from
Sep 5, 2019
Merged

Warnings cleanup #198

merged 8 commits into from
Sep 5, 2019

Commits on Sep 3, 2019

  1. Fix examples warnings

    Signed-off-by: Robert Vojta <rvojta@me.com>
    zrzka committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    93cb64a View commit details
    Browse the repository at this point in the history
  2. Silent unused_imports warning & reformat macros

    Signed-off-by: Robert Vojta <rvojta@me.com>
    zrzka committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    6aadaa6 View commit details
    Browse the repository at this point in the history
  3. Add dyn

    Signed-off-by: Robert Vojta <rvojta@me.com>
    zrzka committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    ece3631 View commit details
    Browse the repository at this point in the history
  4. Replace inclusive ranges (…) with ..=

    Signed-off-by: Robert Vojta <rvojta@me.com>
    zrzka committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    bc5ba64 View commit details
    Browse the repository at this point in the history
  5. Replace deprecated function call

    Signed-off-by: Robert Vojta <rvojta@me.com>
    zrzka committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    7707edb View commit details
    Browse the repository at this point in the history
  6. Ignore queue!/execute! macros result

    Just to silent the compiler warning.
    
    Signed-off-by: Robert Vojta <rvojta@me.com>
    zrzka committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    2bdaf03 View commit details
    Browse the repository at this point in the history
  7. Use Result on Windows only

    Signed-off-by: Robert Vojta <rvojta@me.com>
    zrzka committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    c9104ea View commit details
    Browse the repository at this point in the history
  8. Remote pattern in fn w/o body

    See rust-lang/rust#35203
    
    Signed-off-by: Robert Vojta <rvojta@me.com>
    zrzka committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    41cdc35 View commit details
    Browse the repository at this point in the history