Skip to content

[emacs] Fix single-line-style paragraph fills with code immediately before or after #9600

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
Oct 2, 2013

Conversation

MicahChalmer
Copy link
Contributor

This fixes a problem with paragraph fills: hitting M-q on a single-line-style (//) comment with code immediately before or after it would try to fill the code as part of the paragraph too.

bors added a commit that referenced this pull request Oct 2, 2013
…morphism

This fixes a problem with paragraph fills: hitting M-q on a single-line-style (`//`) comment with code immediately before or after it would try to fill the code as part of the paragraph too.
@bors bors closed this Oct 2, 2013
@bors bors merged commit 5d24a1a into rust-lang:master Oct 2, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 20, 2022
Change uninlined_format_args into a style lint

As [previously discussed](rust-lang/rust-clippy#9233 (comment)), the `uninlined_format_args` should probably be a part of the default style because `println!("{}", foo)` is not as concise or easy to understand as `println!("{foo}")`

changelog: [`uninlined_format_args`]: change to be the default `style`
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.

3 participants