mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Rollup merge of #101754 - NaokiM03:rename-log-to-ilog, r=Dylan-DPC
Fix doc of log function Hi. I found a forgotten documentation correction in the following pull request. https://github.com/rust-lang/rust/pull/100332 See also: https://github.com/rust-lang/rust/issues/70887
This commit is contained in:
commit
e44073b5db
@ -688,7 +688,7 @@ macro_rules! uint_impl {
|
||||
/// rounded down.
|
||||
///
|
||||
/// This method might not be optimized owing to implementation details;
|
||||
/// `log2` can produce results more efficiently for base 2, and `log10`
|
||||
/// `ilog2` can produce results more efficiently for base 2, and `ilog10`
|
||||
/// can produce results more efficiently for base 10.
|
||||
///
|
||||
/// # Panics
|
||||
|
Loading…
Reference in New Issue
Block a user