]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simulacrum
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Sun, 10 Apr 2022 19:03:34 +0000 (21:03 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Apr 2022 19:03:34 +0000 (21:03 +0200)
commitc0655dec7e5ca0b5ecbd843f47afadb57a657d08
treeddb062e8d2dad500a164ed6ed5ab82a1e6e56350
parent18f32b73bdb3833c18c73fe3062bde8e1721ccca
parenta8ff1aead87a702d78609dd873579106f6bc00c5
Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simulacrum

Avoid duplication of doc comments in `std::char` constants and functions

For those consts and functions, only the summary is kept and a reference to the `char` associated const/method is included.

Additionaly, re-exported functions have been converted to function definitions that call the previously re-exported function. This makes it easier to add a deprecated attribute to these functions in the future.