Skip to content

Commit 9ae9017

Browse files
committed
Release 0.2.36
1 parent 6e28f51 commit 9ae9017

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.35"
3+
version = "0.2.36"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.35")]
323+
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.36")]
324324
#![allow(
325325
clippy::bool_to_int_with_if,
326326
clippy::cast_possible_wrap,

0 commit comments

Comments
 (0)