diff --git a/src/pipeline.jl b/src/pipeline.jl index 6b4cec32..c360649b 100644 --- a/src/pipeline.jl +++ b/src/pipeline.jl @@ -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)