lang: adjust program account to use PhantomData
to indicate that its generic is not used in its field
#1140
Labels
PhantomData
to indicate that its generic is not used in its field
#1140
currently it has a
_account: T
field to do this.PhantomData
is the idiomatic way of showing thatT
is not required inside the fields of the structThe text was updated successfully, but these errors were encountered: