Skip to content

Commit d5239de

Browse files
committed
Release 0.2.33
1 parent 395827d commit d5239de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prettyplease"
3-
version = "0.2.32"
3+
version = "0.2.33"
44
authors = ["David Tolnay <[email protected]>"]
55
autoexamples = false
66
categories = ["development-tools"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
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.32")]
323+
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.33")]
324324
#![allow(
325325
clippy::bool_to_int_with_if,
326326
clippy::cast_possible_wrap,

0 commit comments

Comments
 (0)