Description
When documenting negative impls for the Send and Sync traits (added by RFC 19) rustdoc currently displays the negative impls identically to positive impls.
As an example, there's currently no indication that the Send impl for MutexGuard is actually opting out of the Send trait rather than adding an implementation of it.