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

Missing documentation for diesel_migrations. #1320

Closed
Lymia opened this Issue Nov 29, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@Lymia

Lymia commented Nov 29, 2017

The documentation for diesel_migrations simply links to docs.diesel.rs instead of docs.rs, and in addition, docs.diesel.rs does not contain any documentation for diesel_migrations.

@sgrif

This comment has been minimized.

Member

sgrif commented Nov 29, 2017

To make this even more fun, the docs.rs build for diesel_migrations failed

sgrif added a commit that referenced this issue Nov 30, 2017

Point `diesel_infer_schema` and `diesel_migrations` at docs.rs
Right now docs.diesel.rs doesn't have these crates, let's point at
docs.rs until we get that sorted.

Fixes #1320.

@sgrif sgrif closed this in #1325 Nov 30, 2017

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