Skip to content

Commit

Permalink
Merge pull request JuliaPlots#3288 from jebej/nospec
Browse files Browse the repository at this point in the history
add `@nospecialize` annotations
  • Loading branch information
daschw authored Feb 9, 2021
2 parents 23ae2c5 + a6d42d3 commit 65a84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function RecipesPipeline.warn_on_recipe_aliases!(
plt::Plot,
plotattributes::AKW,
recipe_type::Symbol,
args
@nospecialize(args)
)
for k in keys(plotattributes)
if !is_default_attribute(k)
Expand Down

0 comments on commit 65a84a7

Please sign in to comment.