Skip to content

Commit bb76a9c

Browse files
committed
Update libcore implementation links
1 parent 83539d1 commit bb76a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ penalty of going through [`core::fmt::Formatter`].
1212

1313
See also [`ryu`] for printing floating point primitives.
1414

15-
[libcore]: https://github.com/rust-lang/rust/blob/b8214dc6c6fc20d0a660fb5700dca9ebf51ebe89/src/libcore/fmt/num.rs#L201-L254
15+
[libcore]: https://github.com/rust-lang/rust/blob/1.92.0/library/core/src/fmt/num.rs#L190-L253
1616
[`core::fmt::Formatter`]: https://doc.rust-lang.org/std/fmt/struct.Formatter.html
1717
[`ryu`]: https://github.com/dtolnay/ryu
1818

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//!
1313
//! See also [`ryu`] for printing floating point primitives.
1414
//!
15-
//! [libcore]: https://github.com/rust-lang/rust/blob/b8214dc6c6fc20d0a660fb5700dca9ebf51ebe89/src/libcore/fmt/num.rs#L201-L254
15+
//! [libcore]: https://github.com/rust-lang/rust/blob/1.92.0/library/core/src/fmt/num.rs#L190-L253
1616
//! [`ryu`]: https://github.com/dtolnay/ryu
1717
//!
1818
//! # Example

0 commit comments

Comments
 (0)