Skip to content

Commit

Permalink
Merge branch 'with_to_attach' of https://github.com/JuliaData/DataFra…
Browse files Browse the repository at this point in the history
…mesMeta.jl into with_to_attach
  • Loading branch information
pdeffebach committed Nov 1, 2023
2 parents aee6b50 + d274cc6 commit 2e70ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -666,10 +666,10 @@ end
"""
@with(x, args...)
Deprecated version of `@attach`, see `?@with` for details.
Deprecated version of `@attach`, see `?@attach` for details.
"""
macro with(d, body)
@warn "`@with is deprecated, use `@with` instead."
@warn "`@with is deprecated, use `@attach` instead."
esc(attach_helper(d, body))
end

Expand Down

0 comments on commit 2e70ec6

Please sign in to comment.