Skip to content

Commit

Permalink
Tweak type inference to improve TTFX
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Elrefaei committed Jun 15, 2023
1 parent 540118c commit 4ce7d10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ struct ManualDataDep <: AbstractDataDep
message::String
end

struct DataDep{H, R, F, P} <: AbstractDataDep
struct DataDep <: AbstractDataDep
name::String
remotepath::R
hash::H
fetch_method::F
post_fetch_method::P
remotepath
hash
fetch_method
post_fetch_method
extra_message::String
end

Expand Down

0 comments on commit 4ce7d10

Please sign in to comment.