rust/library/core
Falk Hüffner d760c33183 Change return type for T::{log,log2,log10} to u32. The value is at
most 128, and this is consistent with using u32 for small values
elsewhere (e.g. BITS, count_ones, leading_zeros).
2021-09-05 17:09:21 +02:00
..
benches Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
src Change return type for T::{log,log2,log10} to u32. The value is at 2021-09-05 17:09:21 +02:00
tests Change return type for T::{log,log2,log10} to u32. The value is at 2021-09-05 17:09:21 +02:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00