Skip to content

Commit 93e3942

Browse files
committed
Use @kwdef instead of Base.@kwdef
1 parent 608e23a commit 93e3942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sdict(kv...) = Dict{BasicSymbolic, Any}(kv...)
4545
end
4646
end
4747

48-
Base.@kwdef struct BasicSymbolic{T} <: Symbolic{T}
48+
@kwdef struct BasicSymbolic{T} <: Symbolic{T}
4949
impl::BasicSymbolicImpl
5050
metadata::Metadata = NO_METADATA
5151
hash::RefValue{UInt} = Ref(EMPTY_HASH)

0 commit comments

Comments
 (0)