Skip to content

Commit

Permalink
Update FuzzyCompletions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw authored Oct 9, 2023
1 parent 2cbaedf commit 51beb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FuzzyCompletions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ end
const GENERIC_PROPERTYNAMES_METHOD = which(propertynames, (Any,))

function field_completion_eligible(@nospecialize t)
@static if VERSION < v"1.7"
@static if VERSION < v"1.10.0-DEV.0"
return true
else
if isa(t, Union)
Expand Down

0 comments on commit 51beb31

Please sign in to comment.