Skip to content

Commit 8e721e6

Browse files
committed
Release 0.2.30
1 parent b206eae commit 8e721e6

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.29"
3+
version = "0.2.30"
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.29")]
323+
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.30")]
324324
#![allow(
325325
clippy::bool_to_int_with_if,
326326
clippy::cast_possible_wrap,

0 commit comments

Comments
 (0)