Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/qa/qa.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ run_qa(
# signature of every public constructor, and callers must build
# `FunctionWrapper` tuples themselves to reach the inference-stable
# construction path, so it cannot be hidden behind our own API. Drop this
# entry once JuliaLang/FunctionWrappers.jl#41 is released and the compat
# entry once JuliaLang/FunctionWrappers.jl#35 is released and the compat
# floor is raised.
all_qualified_accesses_are_public = (; ignore = (:FunctionWrapper,)),
),
Expand Down
Loading