irc icon indicating copy to clipboard operation
irc copied to clipboard

Broken link in docs in irc crate where irc_proto is pulled in

Open BlueSpaceCanary opened this issue 4 years ago • 1 comments

Just a small docs nit I noticed: the link at https://github.com/aatxe/irc/blob/67e61e06060e2fde1435c724114af0087555c3cd/irc-proto/src/message.rs#L16 is broken when viewed in the irc crate docs, because in irc both Message and Command are directly members of client::prelude

BlueSpaceCanary avatar May 22 '20 17:05 BlueSpaceCanary

Is there a strategy for dealing with these kinds of issues? Surely, there ought to be a way to produce the link using the Rust full path to Command instead of this, but I don't know of such a thing.

aatxe avatar Jun 11 '20 18:06 aatxe