New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete reference to TransactionError::UserReturnedError in docs #750

Closed
killercup opened this Issue Feb 23, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@killercup
Member

killercup commented Feb 23, 2017

See:

/// If the function returns an `Ok`, that value will be returned. If the
/// function returns an `Err`,
/// [`TransactionError::UserReturnedError`](../result/enum.TransactionError.html#variant.UserReturnedError)
/// will be returned wrapping that value.

Should probably also add an example when updating this.

@Eijebong

This comment has been minimized.

Member

Eijebong commented May 15, 2017

6a932c3

This is not true anymore. We still need an example though

Eijebong added a commit to Eijebong/diesel that referenced this issue May 15, 2017

mcgoo added a commit to mcgoo/diesel that referenced this issue Jun 3, 2017

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