Skip to content

Commit aa4ead7

Browse files
KristofferCvtjnash
andcommitted
Update stdlib/REPL/src/REPL.jl
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
1 parent 3408a35 commit aa4ead7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/REPL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ function out_transform(@nospecialize(x), n::Ref{Int})
18531853
end)
18541854
end
18551855

1856-
function get_usings!(usings, ex)
1856+
function get_usings!(usings, @nospecialize(ex))
18571857
ex isa Expr || return usings
18581858
# get all `using` and `import` statements which are at the top level
18591859
for i in 1:length(ex.args)

0 commit comments

Comments
 (0)