Sometimes, but not always, rustdoc does not record the type parameters for a trait impl.
For example, the Rc type (http://static.rust-lang.org/doc/master/std/rc/struct.Rc.html) correctly shows the type parameter for the Hash impl but does not show it for Deref impl.