]> git.lizzy.rs Git - rust.git/commit
Avoid duplication of doc comments in `std::char` constants and functions.
authorEduardo Sánchez Muñoz <eduardosm-dev@e64.io>
Fri, 1 Apr 2022 16:32:02 +0000 (18:32 +0200)
committerEduardo Sánchez Muñoz <eduardosm-dev@e64.io>
Fri, 1 Apr 2022 16:36:53 +0000 (18:36 +0200)
commita8ff1aead87a702d78609dd873579106f6bc00c5
tree7168fd23afc6db382757edbccf76c10f40c73b3a
parent0677edc86e342f333d4828b0ee1ef395a4e70fe5
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.
library/core/src/char/convert.rs
library/core/src/char/decode.rs
library/core/src/char/mod.rs