Skip to content

Commit

Permalink
docs(kwdef): xref PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ettersi committed Feb 7, 2024
1 parent 80bdf6c commit 7c5afd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/kwdef.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Temporary patch for @kwdef.
# Submitted to Base Julia in https://github.com/JuliaLang/julia/pull/53230

isexpr(@nospecialize(ex), head::Symbol) = isa(ex, Expr) && ex.head === head

macro kwdef(expr)
Expand Down

0 comments on commit 7c5afd6

Please sign in to comment.