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