Skip to content

Commit fd8af64

Browse files
authored
Use concrete types in MimeExt (#109)
Code generated to work on this Dict shows up as a minor source of invalidation when loading packages that define new `AbstractString` types.
1 parent 04c450c commit fd8af64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mime_ext.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Mime_ext
22

33
export MimeExt
44

5-
MimeExt = Dict{AbstractString,AbstractString}(
5+
const MimeExt = Dict{String,String}(
66
"ez" => "application/andrew-inset",
77
"anx" => "application/annodex",
88
"atom" => "application/atom+xml",

0 commit comments

Comments
 (0)