Skip to content

Clean lifetimes#138

Open
andreisilviudragnea wants to merge 1 commit intoMeteoraAg:mainfrom
andreisilviudragnea:clean-lifetimes
Open

Clean lifetimes#138
andreisilviudragnea wants to merge 1 commit intoMeteoraAg:mainfrom
andreisilviudragnea:clean-lifetimes

Conversation

@andreisilviudragnea
Copy link

Simplify lifetime declarations by using the following type definition:

pub type CorrectContext<'a, 'b, 'info, T> = Context<'a, 'b, 'info, 'info, T>;

@andrewsource147
Copy link
Contributor

Thank you, @codewithgun could you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants