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: dtolnay/anyhow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.79
Choose a base ref
...
head repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.80
Choose a head ref
  • 7 commits
  • 10 files changed
  • 1 contributor

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    edd88d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    78f2d81 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Ignore incompatible_msrv clippy lint

        warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.65.0`
          --> src/fmt.rs:48:58
           |
        48 |             if let BacktraceStatus::Captured = backtrace.status() {
           |                                                          ^^^^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
           = note: `#[warn(clippy::incompatible_msrv)]` on by default
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.52.0`
           --> src/lib.rs:680:41
            |
        680 |         let fmt_arguments_as_str = args.as_str();
            |                                         ^^^^^^^^
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    dtolnay committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    fefbcbc View commit details
    Browse the repository at this point in the history
  2. Ignore incompatible_msrv clippy false positives in test

    rust-lang/rust-clippy#12257
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.64.0`
          --> tests/test_macros.rs:64:39
           |
        64 |         future::ready(anyhow!("...")).await;
           |                                       ^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
           = note: `-W clippy::incompatible-msrv` implied by `-W clippy::all`
           = help: to override `-W clippy::all` add `#[allow(clippy::incompatible_msrv)]`
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.48.0`
          --> tests/test_macros.rs:64:9
           |
        64 |         future::ready(anyhow!("...")).await;
           |         ^^^^^^^^^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.64.0`
          --> tests/test_macros.rs:72:59
           |
        72 |         future::ready(anyhow!(message(Cell::new("...")))).await;
           |                                                           ^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.39.0` but this item is stable since `1.48.0`
          --> tests/test_macros.rs:72:9
           |
        72 |         future::ready(anyhow!(message(Cell::new("...")))).await;
           |         ^^^^^^^^^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    dtolnay committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f885a13 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    6e4f86b View commit details
    Browse the repository at this point in the history
  2. Work around prelude redundant import warnings

    rust-lang/rust#117772
    
        warning: the item `String` is imported redundantly
           --> src/ensure.rs:2:5
            |
        2   | use alloc::string::String;
            |     ^^^^^^^^^^^^^^^^^^^^^
            |
           ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13
            |
        115 |     pub use super::v1::*;
            |             --------- the item `String` is already defined here
            |
            = note: `#[warn(unused_imports)]` on by default
    
        warning: the item `Box` is imported redundantly
           --> src/error.rs:7:5
            |
        7   | use alloc::boxed::Box;
            |     ^^^^^^^^^^^^^^^^^
            |
           ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13
            |
        115 |     pub use super::v1::*;
            |             --------- the item `Box` is already defined here
    
        warning: the item `Box` is imported redundantly
           --> src/ptr.rs:1:5
            |
        1   | use alloc::boxed::Box;
            |     ^^^^^^^^^^^^^^^^^
            |
           ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13
            |
        115 |     pub use super::v1::*;
            |             --------- the item `Box` is already defined here
    dtolnay committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    dfc7bc0 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.80

    dtolnay committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5443719 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy