Skip to content

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