We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b206eae commit 8e721e6Copy full SHA for 8e721e6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "prettyplease"
3
-version = "0.2.29"
+version = "0.2.30"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
autoexamples = false
6
categories = ["development-tools"]
src/lib.rs
@@ -320,7 +320,7 @@
320
//! these situations with conditional punctuation tokens whose selection can be
321
//! deferred and populated after it's known that the group is or is not broken.
322
323
-#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.29")]
+#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.30")]
324
#![allow(
325
clippy::bool_to_int_with_if,
326
clippy::cast_possible_wrap,
0 commit comments