Fix the link to Default trait in the prelude docs

This commit is contained in:
Gleb Kozyrev 2015-10-14 17:31:27 +03:00
parent a668dd2a56
commit b6659f54c3

View file

@ -84,7 +84,7 @@
//! }.
//! Generic conversions, used by savvy API authors to create
//! overloaded methods.
//! * `std::default::`[`Default`](../default/trait.Default).
//! * `std::default::`[`Default`](../default/trait.Default.html).
//! Types that have default values.
//! * `std::iter::`{
//! [`Iterator`](../iter/trait.Iterator.html),