You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

prettyplease

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettyplease - cargo Package Compare versions

Comparing version
0.2.35
to
0.2.36
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "3819b845a0f195c848f47b75c30e8ad102fa833d"
"sha1": "9ae9017fbc654311750b5c411c3e061e588f4964"
},
"path_in_vcs": ""
}

@@ -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",

@@ -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]

@@ -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,

@@ -323,3 +323,3 @@ //! [![github]](https://github.com/dtolnay/prettyplease)&ensp;[![crates-io]](https://crates.io/crates/prettyplease)&ensp;[![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