Skip to content

fix!: Make fold the default #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2025
Merged

Conversation

Muscraft
Copy link
Member

@Muscraft Muscraft commented Jul 1, 2025

fixes #199

@@ -13,7 +13,7 @@ fn main() {}
.id("E0010"))
.element(
Snippet::source(source)
.fold(true)

Copy link
Contributor

Choose a reason for hiding this comment

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

blank line?

@@ -29,7 +29,7 @@
//! Snippet::source(source)
//! .path("temp.rs")
//! .line_start(1)
//! .fold(true)
//!
Copy link
Contributor

Choose a reason for hiding this comment

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

blank line?

@@ -73,7 +73,7 @@ fn main() {}
.element(
Snippet::source(source)
.path("$DIR/multiline-removal-suggestion.rs")
.fold(true)

Copy link
Contributor

Choose a reason for hiding this comment

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

blank?

@epage
Copy link
Contributor

epage commented Jul 2, 2025

Probably a fix, not `chorè

@epage epage merged commit 8a794fa into rust-lang:master Jul 2, 2025
15 checks passed
@Muscraft Muscraft deleted the fold-default branch July 2, 2025 01:40
@epage epage changed the title chore!: Make fold the default fix!: Make fold the default Jul 2, 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.

Make fold the default
2 participants