Files
rust/library/core/src
Jonathan Brouwer d94d079177 Rollup merge of #153197 - sorairolake:change-doctests-style, r=joboet
style: Update doctests for `TryFrom<integer> for bool` and `From<bool> for float`

These doctests are attached to the `TryFrom` trait and the `From` trait. Although `From<U> for T` implies `Into<T> for U` and `TryFrom<U> for T` implies `TryInto<T> for U`, I think it is easier to understand to use the `try_from`/`from` method directly instead of the `try_into`/`into` method.
2026-02-28 19:55:52 +01:00
..
fix
2025-11-27 17:55:34 +07:00
2026-02-22 10:10:42 +01:00
2026-02-27 15:54:20 +01:00
2026-02-22 19:59:25 +01:00
2026-01-26 17:08:00 +00:00
2025-09-01 21:38:26 -04:00
2026-02-22 19:59:25 +01:00
2026-02-22 10:10:42 +01:00
2026-01-27 21:15:27 +03:00
2026-02-20 10:16:36 +01:00
2025-05-12 15:33:30 +02:00
2025-10-20 12:20:15 -06:00
2026-01-23 15:12:47 +07:00
2025-09-07 21:16:35 -07:00
2025-12-18 19:07:49 -08:00
2025-06-15 22:08:41 +02:00
2026-02-27 15:54:20 +01:00
2026-01-26 13:43:06 -06:00
2026-02-27 15:54:20 +01:00
2025-11-12 14:33:41 +01:00