Skip to content

Commit

Permalink
Change Resolver to immutable because there is no reason to be mutab…
Browse files Browse the repository at this point in the history
…le. (#166)
  • Loading branch information
Paalon authored Jun 12, 2024
1 parent b47968b commit d2c2ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const default_implicit_resolvers =
]


mutable struct Resolver
struct Resolver
implicit_resolvers::Vector{Tuple{String,Regex}}

function Resolver()
Expand Down

0 comments on commit d2c2ed7

Please sign in to comment.