Files
rust/library
Matthias Krüger 0b5003eaf0 Rollup merge of #134255 - bjoernager:master, r=Noratrieb
Update includes in `/library/core/src/error.rs`.

This PR removes the `crate::fmt::Result` include in `/library/core/src/error.rs`.

The main issue with this `use` statement is that it shadows the `Result` type from the prelude (i.e. `crate::result::Result`). This indirectly makes all docs references to `Result` in this module point to the wrong type (but only in `core::error` - not `std::error`, wherein this include isn't present to begin with).

Fixes: #134169
2024-12-14 04:09:34 +01:00
..
2024-12-13 00:04:56 +00:00
2024-08-29 12:13:19 -07:00
2024-07-28 14:46:29 -04:00
2024-11-19 18:54:20 +01:00
2024-12-08 18:18:03 +00:00