Skip to content
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

Why "doesn't [my crate] have any documentation"? #505

Closed
alecdotninja opened this issue Dec 3, 2019 · 1 comment
Closed

Why "doesn't [my crate] have any documentation"? #505

alecdotninja opened this issue Dec 3, 2019 · 1 comment

Comments

@alecdotninja
Copy link

alecdotninja commented Dec 3, 2019

I'm sorry in advance if this is a configuration issue on my end, but I'm not sure why my crate "doesn't have any documentation".

I am able to build the docs locally with cargo doc:

$ cargo doc
 Documenting unicode-xid v0.2.0
 Documenting proc-macro2 v1.0.6
 Documenting quote v1.0.2
 Documenting syn v1.0.11
 Documenting tailcall v0.1.2 (/home/alec.larsen/Development/tailcall)
    Finished dev [unoptimized + debuginfo] target(s) in 6.86s

$ ls target/doc/tailcall/index.html
target/doc/tailcall/index.html

But for some reason my documentation does not appear on docs.rs, and I don't see a "Builds" tab with failure information:
screenshot

Is there somewhere else that I can look for troubleshooting steps?

@jyn514
Copy link
Member

jyn514 commented Dec 3, 2019

Duplicate of #422

@jyn514 jyn514 marked this as a duplicate of #422 Dec 3, 2019
@jyn514 jyn514 closed this as completed Dec 3, 2019
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

No branches or pull requests

2 participants