Skip to content

Clippy 1.88#1749

Merged
mre merged 4 commits into
lycheeverse:masterfrom
thomas-zahner:clippy-1.88
Jun 27, 2025
Merged

Clippy 1.88#1749
mre merged 4 commits into
lycheeverse:masterfrom
thomas-zahner:clippy-1.88

Conversation

@thomas-zahner

@thomas-zahner thomas-zahner commented Jun 27, 2025

Copy link
Copy Markdown
Member

Pipeline fails because of Rust 1.88 was released yesterday with new clippy suggestions.

The most interesting part of this PR is that I removed #[ignore] from two tests as I noticed that they are actually passing. I assume it's because the issues were addressed in the meantime. Or is there a reason we should still ignore them?

@thomas-zahner thomas-zahner mentioned this pull request Jun 27, 2025
@thomas-zahner thomas-zahner requested a review from mre June 27, 2025 09:16
Comment on lines -467 to -472
// TODO: This test is currently failing because we don't handle nested
// verbatim elements of the same type correctly. The first closing tag will
// lift the verbatim flag. This is a known issue and could be handled by
// keeping a stack of verbatim flags.
#[test]
#[ignore]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah nice, so this no longer failing? Thanks for removing the #[ignore].

}

#[test]
#[ignore]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@mre

mre commented Jun 27, 2025

Copy link
Copy Markdown
Member

Very good. Thanks for updating!

@mre mre merged commit 8f2f746 into lycheeverse:master Jun 27, 2025
6 checks passed
@mre mre mentioned this pull request Jun 25, 2025
@thomas-zahner

Copy link
Copy Markdown
Member Author

Sure no problem 👍

This was referenced Jul 3, 2025
@mre mre mentioned this pull request Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants