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 1ffe733 commit 5a6fa0cCopy full SHA for 5a6fa0c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trybuild"
3
-version = "1.0.109"
+version = "1.0.110"
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.109")]
+#![doc(html_root_url = "https://docs.rs/trybuild/1.0.110")]
231
#![cfg_attr(not(check_cfg), allow(unexpected_cfgs))]
232
#![allow(
233
clippy::collapsible_if,
0 commit comments