Skip to content

Commit de87aca

Browse files
authored
Merge pull request #25272 from Sacha0/rempure
remove legacy at-pure annotation from linalg/adjtrans
2 parents 1a6e34b + d0fa130 commit de87aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/linalg/adjtrans.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct Transpose{T,S} <: AbstractMatrix{T}
2323
end
2424
end
2525

26-
@pure function checkeltype(::Type{Transform}, ::Type{ResultEltype}, ::Type{ParentEltype}) where {Transform, ResultEltype, ParentEltype}
26+
function checkeltype(::Type{Transform}, ::Type{ResultEltype}, ::Type{ParentEltype}) where {Transform, ResultEltype, ParentEltype}
2727
if ResultEltype !== transformtype(Transform, ParentEltype)
2828
error(string("Element type mismatch. Tried to create an `$Transform{$ResultEltype}` ",
2929
"from an object with eltype `$ParentEltype`, but the element type of the ",

0 commit comments

Comments
 (0)