Skip to content

Commit a2d4e29

Browse files
committed
removed format_args from allowed expansions
1 parent 33d4ab6 commit a2d4e29

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎src/tools/rust-analyzer/crates/hir/src/semantics.rs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@ impl<'db> SemanticsImpl<'db> {
347347
BuiltinFnLikeExpander::Cfg
348348
| BuiltinFnLikeExpander::StdPanic
349349
| BuiltinFnLikeExpander::Stringify
350-
| BuiltinFnLikeExpander::CorePanic
351-
| BuiltinFnLikeExpander::FormatArgs,
350+
| BuiltinFnLikeExpander::CorePanic,
352351
)
353352
| hir_expand::MacroDefKind::BuiltInEager(
354353
_,

0 commit comments

Comments
 (0)