We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207b0a5 commit daeef9cCopy full SHA for daeef9c
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trybuild"
3
-version = "1.0.96"
+version = "1.0.97"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["development-tools::testing"]
6
description = "Test harness for ui tests of compiler diagnostics"
src/lib.rs
@@ -208,7 +208,7 @@
208
//! makes error messages that we care about substantially worse, it is also
209
//! important to catch and report as a compiler issue.
210
211
-#![doc(html_root_url = "https://docs.rs/trybuild/1.0.96")]
+#![doc(html_root_url = "https://docs.rs/trybuild/1.0.97")]
212
#![allow(
213
clippy::collapsible_if,
214
clippy::comparison_chain,
0 commit comments