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 f19d0bd commit f224ff8Copy full SHA for f224ff8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trybuild"
3
-version = "1.0.112"
+version = "1.0.113"
4
authors = ["David Tolnay <[email protected]>"]
5
categories = ["development-tools::testing"]
6
description = "Test harness for ui tests of compiler diagnostics"
src/lib.rs
@@ -227,7 +227,7 @@
227
//! components = ["rust-src"]
228
//! ```
229
230
-#![doc(html_root_url = "https://docs.rs/trybuild/1.0.112")]
+#![doc(html_root_url = "https://docs.rs/trybuild/1.0.113")]
231
#![cfg_attr(not(check_cfg), allow(unexpected_cfgs))]
232
#![allow(
233
clippy::collapsible_if,
0 commit comments