Skip to content

1.0.35

Choose a tag to compare

@dtolnay dtolnay released this 06 Dec 02:43
· 548 commits to master since this release
1.0.35
2a82468
  • Support 1-argument use of ensure! (#126)

    ensure!(depth <= MAX_DEPTH);
    // error msg on a false condition would be "Condition failed: `depth <= MAX_DEPTH`"