Skip to content

Commit 6db09f6

Browse files
committed
Don't try to extend Base.info
1 parent b69bbab commit 6db09f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ end
159159
`info(fmt)` returns the magic bytes/extension information for
160160
`DataFormat` `fmt`.
161161
"""
162-
Base.info(::Type{DataFormat{sym}}) where {sym} = sym2info[sym]
162+
info(::Type{DataFormat{sym}}) where {sym} = sym2info[sym]
163163

164164

165165
canonicalize_magic(m::NTuple{N,UInt8}) where {N} = m

0 commit comments

Comments
 (0)