std::error::Request: clean up documentation#155467
std::error::Request: clean up documentation#155467rust-bors[bot] merged 2 commits intorust-lang:mainfrom
std::error::Request: clean up documentation#155467Conversation
All but one of the bullet points ended with a period; add the missing period.
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
r? me I've taken a look at the docs and I notice some more of these small typos and inconsistencies in the docs (https://doc.rust-lang.org/nightly/core/error/struct.Request.html). For example, use of
Would you be able to tackle these as well? Maybe there's more I'm missing here too. |
Sure, did those and a few more. At some point I'm planning to try and do |
std::error::Request: add missing period in docsstd::error::Request: clean up documentation
|
Thanks! As an aside, I really hate phrases like e.g. and ex. and would rather rewrite docs so I don't need them. But that work is not for today. @bors r+ rollup |
`std::error::Request`: clean up documentation
Rollup of 12 pull requests Successful merges: - #147811 (naked functions: respect `function-sections`) - #154935 (Add Sized supertrait for CoerceUnsized and DispatchFromDyn) - #139690 (`impl Default for RepeatN`) - #153511 (`std::any::TypeId`: remove misplaced "and" in `Unique<T>` example) - #154943 (Move recursion out of `MatchPairTree::for_pattern` helpers ) - #155295 (Fix misleading "borrowed data escapes outside of function" diagnostic) - #155427 (ptr: update text in intro text to one in with_addr doc) - #155428 (Fix ICE in borrowck mutability suggestion with multi-byte ref sigil) - #155435 (rustdoc: Fix `redundant_explicit_links` incorrectly firing (or not firing) under certain scenarios) - #155450 (Remove unnecessary safety conditions related to unchecked uint arithmetic) - #155454 (docs: Fix typo in std/src/thready/scoped.rs) - #155467 (`std::error::Request`: clean up documentation)
Rollup merge of #155467 - DanielEScherzer:patch-2, r=mejrs `std::error::Request`: clean up documentation
@rustbot label +A-docs