File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ penalty of going through [`core::fmt::Formatter`].
1212
1313See 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments