-
-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: dtolnay/indoc
base: 2.0.5
head repository: dtolnay/indoc
compare: 2.0.6
- 11 commits
- 9 files changed
- 1 contributor
Commits on Mar 26, 2024
-
Explicitly install a Rust toolchain for cargo-outdated job
Debugging a recent cargo-outdated bug, it would have been nice not to wonder whether a rustc version change in GitHub's runner image was a contributing factor.
Configuration menu - View commit details
-
Copy full SHA for d5096b5 - Browse repository at this point
Copy the full SHA d5096b5View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ee9ca9 - Browse repository at this point
Copy the full SHA 9ee9ca9View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78289e3 - Browse repository at this point
Copy the full SHA 78289e3View commit details
Commits on Oct 6, 2024
-
Ignore needless_lifetimes clippy lint
warning: the following explicit lifetimes could be elided: 'a --> src/unindent.rs:83:6 | 83 | impl<'a, T: ?Sized + Unindent> Unindent for &'a T { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-W clippy::needless-lifetimes` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 83 - impl<'a, T: ?Sized + Unindent> Unindent for &'a T { 83 + impl<T: ?Sized + Unindent> Unindent for &T { |Configuration menu - View commit details
-
Copy full SHA for 0d37b42 - Browse repository at this point
Copy the full SHA 0d37b42View commit details
Commits on Oct 7, 2024
-
Resolve needless_lifetimes clippy lint
warning: the following explicit lifetimes could be elided: 'a --> src/unindent.rs:83:6 | 83 | impl<'a, T: ?Sized + Unindent> Unindent for &'a T { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-W clippy::needless-lifetimes` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 83 - impl<'a, T: ?Sized + Unindent> Unindent for &'a T { 83 + impl<T: ?Sized + Unindent> Unindent for &T { |Configuration menu - View commit details
-
Copy full SHA for 64949e1 - Browse repository at this point
Copy the full SHA 64949e1View commit details
Commits on Oct 19, 2024
-
Work around needless_raw_string_hashes pedantic clippy lint in test
warning: unnecessary hashes around raw string literal --> tests/test_formatdoc.rs:65:29 | 65 | let indoc = formatdoc! {r#" | _____________________________^ 66 | | {:?} 67 | | 68 | | \\{} 69 | | {}"#, | |____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes = note: `-W clippy::needless-raw-string-hashes` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::needless_raw_string_hashes)]` help: remove all the hashes around the string literal | 65 ~ let indoc = formatdoc! {r" 66 | {:?} 67 | 68 | \\{} 69 ~ {}", |Configuration menu - View commit details
-
Copy full SHA for eac624b - Browse repository at this point
Copy the full SHA eac624bView commit details
Commits on Nov 9, 2024
-
Prevent upload-artifact step from causing CI failure
This step has been failing way more than reasonable across my various repos. With the provided path, there will be 1 file uploaded Artifact name is valid! Root directory input is valid! Attempt 1 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 3000 ms... Attempt 2 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 6029 ms... Attempt 3 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 8270 ms... Attempt 4 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 12577 ms... Error: Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifactConfiguration menu - View commit details
-
Copy full SHA for 8304a10 - Browse repository at this point
Copy the full SHA 8304a10View commit details
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3840e47 - Browse repository at this point
Copy the full SHA 3840e47View commit details
Commits on Feb 10, 2025
-
Unset doc-scrape-examples for lib target
False is the default value since Cargo PR 11499.
Configuration menu - View commit details
-
Copy full SHA for aed1b60 - Browse repository at this point
Copy the full SHA aed1b60View commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 382de61 - Browse repository at this point
Copy the full SHA 382de61View commit details
Commits on Mar 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f5934e4 - Browse repository at this point
Copy the full SHA f5934e4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.0.5...2.0.6