Skip to content

Commit

Permalink
removed format_args from allowed expansions
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjain28 committed Jun 19, 2024
1 parent 33d4ab6 commit a2d4e29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tools/rust-analyzer/crates/hir/src/semantics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@ impl<'db> SemanticsImpl<'db> {
BuiltinFnLikeExpander::Cfg
| BuiltinFnLikeExpander::StdPanic
| BuiltinFnLikeExpander::Stringify
| BuiltinFnLikeExpander::CorePanic
| BuiltinFnLikeExpander::FormatArgs,
| BuiltinFnLikeExpander::CorePanic,
)
| hir_expand::MacroDefKind::BuiltInEager(
_,
Expand Down

0 comments on commit a2d4e29

Please sign in to comment.