Skip to content

Commit

Permalink
Merge pull request #193 from dtolnay/ensure
Browse files Browse the repository at this point in the history
Include a Debug rendering of lhs and rhs in `ensure!` messages
  • Loading branch information
dtolnay committed Nov 22, 2021
2 parents 6ca7da9 + 92824e2 commit e05df5f
Show file tree
Hide file tree
Showing 7 changed files with 837 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.52.0]
rust: [nightly, beta, stable, 1.53.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.51.0, 1.50.0, 1.42.0, 1.38.0]
rust: [1.52.0, 1.51.0, 1.50.0, 1.42.0, 1.38.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit e05df5f

Please sign in to comment.