Skip to content

Commit ea2044e

Browse files
committed
Release 0.2.21
1 parent 11c45ff commit ea2044e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prettyplease"
3-
version = "0.2.20"
3+
version = "0.2.21"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
autoexamples = false
66
categories = ["development-tools"]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
//! these situations with conditional punctuation tokens whose selection can be
321321
//! deferred and populated after it's known that the group is or is not broken.
322322
323-
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.20")]
323+
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.21")]
324324
#![allow(
325325
clippy::cast_possible_wrap,
326326
clippy::cast_sign_loss,

0 commit comments

Comments
 (0)