Head to [`Show`](http://doc.rust-lang.org/std/fmt/trait.Show.html) doc page. You'll see the following implementors: - Flavor (sync::mutex) - Failure (sync::comm::sync) The former is a private type and the latter is inaccessible (`comm::sync` is private). These two shouldn't show in the docs.