Merge pull request #3288 from jebej/nospec

add `@nospecialize` annotations
This commit is contained in:
Daniel Schwabeneder 2021-02-09 18:44:07 +01:00 committed by GitHub
commit 65a84a7215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)