prettyplease
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "3ee5818d193b55682fb0f8c5b98676ab10515d8b" | ||
| "sha1": "81c6daa38b2779def0f3dd9118004baf4d7a35fd" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -13,3 +13,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "prettyplease" | ||
| version = "0.2.31" | ||
| version = "0.2.32" | ||
| dependencies = [ | ||
@@ -16,0 +16,0 @@ "indoc", |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "prettyplease" | ||
| version = "0.2.31" | ||
| version = "0.2.32" | ||
| authors = ["David Tolnay <dtolnay@gmail.com>"] | ||
@@ -19,0 +19,0 @@ build = "build.rs" |
+1
-1
@@ -287,3 +287,3 @@ use crate::algorithm::Printer; | ||
| depth == 0 | ||
| depth == 0 && !value.ends_with('/') | ||
| } |
+1
-1
@@ -323,3 +323,3 @@ //! [![github]](https://github.com/dtolnay/prettyplease) [![crates-io]](https://crates.io/crates/prettyplease) [![docs-rs]](https://docs.rs/prettyplease) | ||
| #![doc(html_root_url = "https://docs.rs/prettyplease/0.2.31")] | ||
| #![doc(html_root_url = "https://docs.rs/prettyplease/0.2.32")] | ||
| #![allow( | ||
@@ -326,0 +326,0 @@ clippy::bool_to_int_with_if, |
Sorry, the diff of this file is not supported yet