Skip to content

Commit 5478bcf

Browse files
committed
Release 0.2.26
1 parent 1dd1aae commit 5478bcf

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.25"
3+
version = "0.2.26"
44
authors = ["David Tolnay <[email protected]>"]
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.25")]
323+
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.26")]
324324
#![allow(
325325
clippy::cast_possible_wrap,
326326
clippy::cast_sign_loss,

0 commit comments

Comments
 (0)