Skip to content

Commit 2df7ae6

Browse files
committed
Rollup merge of #25401 - WiSaGaN:bugfix/fix_crates_io_link, r=steveklabnik
Minor link fix for crates.io.
2 parents 1109b6d + 62d0ef4 commit 2df7ae6

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)