mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
9c75ee6b3b
Fix formatting specifiers doc linksd36e3e23a8seems to have inadvertently changed many of these links to point to `core::fmt` instead of `std::fmt`. The information about formatting specifiers is only documented in [`std::fmt`](https://doc.rust-lang.org/std/fmt/); [`core::fmt`](https://doc.rust-lang.org/core/fmt/) is empty.3baf6a4a74seems to have already fixed a couple of these links to point back to `std::fmt`.