]> git.lizzy.rs Git - rust.git/commit
Add basic docs to integer TryFrom impl macros.
authorSimon Heath <icefoxen@gmail.com>
Thu, 31 Jan 2019 01:19:01 +0000 (20:19 -0500)
committerSimon Sapin <simon.sapin@exyr.org>
Wed, 27 Feb 2019 15:02:25 +0000 (16:02 +0100)
commit12532277d5bde13c19d3b40d34c07ec78c79ff71
tree434d07c12b905e27a9bd35a76d323ccb8ebe6430
parentd2b1212558b25e69eb867402792d5b5b5a07ad19
Add basic docs to integer TryFrom impl macros.

They're not as good as `From` 'cause they don't stringify
the types and generate examples and so on, but it's a start.
src/libcore/num/mod.rs