prettyplease
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "fc5bf6b406b19758d910b6f6e9059e5f0301a2d8" | ||
| "sha1": "8e721e66765bd2639934ddd0cc6d288a95c4cb67" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+2
-2
@@ -1,2 +0,2 @@ | ||
| /target | ||
| Cargo.lock | ||
| /target/ | ||
| /Cargo.lock |
+11
-11
@@ -7,9 +7,9 @@ # This file is automatically @generated by Cargo. | ||
| name = "indoc" | ||
| version = "2.0.5" | ||
| version = "2.0.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" | ||
| checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" | ||
| [[package]] | ||
| name = "prettyplease" | ||
| version = "0.2.29" | ||
| version = "0.2.30" | ||
| dependencies = [ | ||
@@ -24,5 +24,5 @@ "indoc", | ||
| name = "proc-macro2" | ||
| version = "1.0.93" | ||
| version = "1.0.94" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" | ||
| checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" | ||
| dependencies = [ | ||
@@ -34,5 +34,5 @@ "unicode-ident", | ||
| name = "quote" | ||
| version = "1.0.38" | ||
| version = "1.0.39" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" | ||
| checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" | ||
| dependencies = [ | ||
@@ -44,5 +44,5 @@ "proc-macro2", | ||
| name = "syn" | ||
| version = "2.0.96" | ||
| version = "2.0.99" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" | ||
| checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2" | ||
| dependencies = [ | ||
@@ -56,4 +56,4 @@ "proc-macro2", | ||
| name = "unicode-ident" | ||
| version = "1.0.14" | ||
| version = "1.0.17" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" | ||
| checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" |
+7
-3
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "prettyplease" | ||
| version = "0.2.29" | ||
| version = "0.2.30" | ||
| authors = ["David Tolnay <dtolnay@gmail.com>"] | ||
@@ -36,3 +36,8 @@ build = "build.rs" | ||
| [package.metadata.docs.rs] | ||
| rustdoc-args = ["--generate-link-to-definition"] | ||
| rustdoc-args = [ | ||
| "--generate-link-to-definition", | ||
| "--extern-html-root-url=core=https://doc.rust-lang.org", | ||
| "--extern-html-root-url=alloc=https://doc.rust-lang.org", | ||
| "--extern-html-root-url=std=https://doc.rust-lang.org", | ||
| ] | ||
| targets = ["x86_64-unknown-linux-gnu"] | ||
@@ -49,3 +54,2 @@ | ||
| path = "src/lib.rs" | ||
| doc-scrape-examples = false | ||
@@ -52,0 +56,0 @@ [[test]] |
+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.29")] | ||
| #![doc(html_root_url = "https://docs.rs/prettyplease/0.2.30")] | ||
| #![allow( | ||
@@ -326,0 +326,0 @@ clippy::bool_to_int_with_if, |
Sorry, the diff of this file is not supported yet