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 395827d commit d5239deCopy full SHA for d5239de
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "prettyplease"
3
-version = "0.2.32"
+version = "0.2.33"
4
authors = ["David Tolnay <[email protected]>"]
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.32")]
+#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.33")]
324
#![allow(
325
clippy::bool_to_int_with_if,
326
clippy::cast_possible_wrap,
0 commit comments