prettyplease
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "3819b845a0f195c848f47b75c30e8ad102fa833d" | ||
| "sha1": "9ae9017fbc654311750b5c411c3e061e588f4964" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -13,3 +13,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "prettyplease" | ||
| version = "0.2.35" | ||
| version = "0.2.36" | ||
| dependencies = [ | ||
@@ -16,0 +16,0 @@ "indoc", |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "prettyplease" | ||
| version = "0.2.35" | ||
| version = "0.2.36" | ||
| authors = ["David Tolnay <dtolnay@gmail.com>"] | ||
@@ -36,2 +36,3 @@ build = "build.rs" | ||
| [package.metadata.docs.rs] | ||
| targets = ["x86_64-unknown-linux-gnu"] | ||
| rustdoc-args = [ | ||
@@ -43,3 +44,2 @@ "--generate-link-to-definition", | ||
| ] | ||
| targets = ["x86_64-unknown-linux-gnu"] | ||
@@ -46,0 +46,0 @@ [package.metadata.playground] |
+1
-0
@@ -754,2 +754,3 @@ use crate::algorithm::Printer; | ||
| && match &use_group.items[0] { | ||
| UseTree::Name(use_name) => use_name.ident != "self", | ||
| UseTree::Rename(use_rename) => use_rename.ident != "self", | ||
@@ -756,0 +757,0 @@ _ => true, |
+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.35")] | ||
| #![doc(html_root_url = "https://docs.rs/prettyplease/0.2.36")] | ||
| #![allow( | ||
@@ -326,0 +326,0 @@ clippy::bool_to_int_with_if, |
Sorry, the diff of this file is not supported yet