Skip to content

Fixes formatting #10484

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
Nov 14, 2013
Merged

Fixes formatting #10484

merged 1 commit into from
Nov 14, 2013

Conversation

nibrahim
Copy link
Contributor

Without this, a.rs appears as a struck out line.

Without this, a.rs appears as a struck out line.
bors added a commit that referenced this pull request Nov 14, 2013
Without this, a.rs appears as a struck out line.
@bors bors closed this Nov 14, 2013
@bors bors merged commit bc698ba into rust-lang:master Nov 14, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 6, 2023
…earth

Migrate `format_args.rs` to `rustc_ast::FormatArgs`

changelog: none

Part of rust-lang/rust-clippy#10233

Empty precision specifiers are no longer linted as the span for that isn't present in [`FormatOptions`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/format/struct.FormatOptions.html)

```rust
format!("{:.}", ...)
```

That could be fixed later with some hackery or a change upstream

r? `@flip1995`
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