mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
removed format_args from allowed expansions
This commit is contained in:
parent
5465979b7a
commit
19d9bb808d
1 changed files with 1 additions and 2 deletions
|
@ -347,8 +347,7 @@ impl<'db> SemanticsImpl<'db> {
|
||||||
BuiltinFnLikeExpander::Cfg
|
BuiltinFnLikeExpander::Cfg
|
||||||
| BuiltinFnLikeExpander::StdPanic
|
| BuiltinFnLikeExpander::StdPanic
|
||||||
| BuiltinFnLikeExpander::Stringify
|
| BuiltinFnLikeExpander::Stringify
|
||||||
| BuiltinFnLikeExpander::CorePanic
|
| BuiltinFnLikeExpander::CorePanic,
|
||||||
| BuiltinFnLikeExpander::FormatArgs,
|
|
||||||
)
|
)
|
||||||
| hir_expand::MacroDefKind::BuiltInEager(
|
| hir_expand::MacroDefKind::BuiltInEager(
|
||||||
_,
|
_,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue