diff --git a/Cargo.toml b/Cargo.toml index e148b75..8e5f73d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prettyplease" -version = "0.2.15" +version = "0.2.16" authors = ["David Tolnay "] autoexamples = false categories = ["development-tools"] diff --git a/src/lib.rs b/src/lib.rs index 085ea04..3e8c305 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -320,7 +320,7 @@ //! these situations with conditional punctuation tokens whose selection can be //! deferred and populated after it's known that the group is or is not broken. -#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.15")] +#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.16")] #![allow( clippy::cast_possible_wrap, clippy::cast_sign_loss,