Skip to content

Commit 62d0ef4

Browse files
committed
Fix crates.io link.
1 parent b1bd3a3 commit 62d0ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//!
2929
//! The standard library is minimal, a set of battle-tested
3030
//! core types and shared abstractions for the [broader Rust
31-
//! ecosystem][https://crates.io] to build on.
31+
//! ecosystem](https://crates.io) to build on.
3232
//!
3333
//! The [primitive types](#primitives), though not defined in the
3434
//! standard library, are documented here, as are the predefined

0 commit comments

Comments
 (0)