Skip to content

Commit b6659f5

Browse files
committed
Fix the link to Default trait in the prelude docs
1 parent a668dd2 commit b6659f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/prelude/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
//! }.
8585
//! Generic conversions, used by savvy API authors to create
8686
//! overloaded methods.
87-
//! * `std::default::`[`Default`](../default/trait.Default).
87+
//! * `std::default::`[`Default`](../default/trait.Default.html).
8888
//! Types that have default values.
8989
//! * `std::iter::`{
9090
//! [`Iterator`](../iter/trait.Iterator.html),

0 commit comments

Comments
 (0)