We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0aef1 commit 0875d2dCopy full SHA for 0875d2d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "prettyplease"
3
-version = "0.2.16"
+version = "0.2.17"
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.16")]
+#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.17")]
324
#![allow(
325
clippy::cast_possible_wrap,
326
clippy::cast_sign_loss,
0 commit comments