mahkoh / fdpoll.rs

1 stars 0 forks source link

Documentation appears twice #1

Open steveklabnik opened 10 years ago

steveklabnik commented 10 years ago

I'm not sure if this is your fault, or Rustdoc's:

http://a.pomf.se/vlxefv.png

ghaering commented 10 years ago

The reason is that only either the kqueue or epoll implementation can be compiled. Rustdoc apparently doesn't know about this fact.

mahkoh commented 10 years ago

I've tested it with the other one removed and the docs still appear twice. The real reason in the glob pub use fdpoll::*; which seems to confuse rustdoc.