We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3cb23 commit 0cfc995Copy full SHA for 0cfc995
library/core/tests/num/int_log.rs
@@ -1,7 +1,7 @@
1
//! This tests the `Integer::{ilog,log2,log10}` methods. These tests are in a
2
//! separate file because there's both a large number of them, and not all tests
3
//! can be run on Android. This is because in Android `ilog2` uses an imprecise
4
-//! approximation:https://github.com/rust-lang/rust/blob/4825e12fc9c79954aa0fe18f5521efa6c19c7539/src/libstd/sys/pal/unix/android.rs#L27-L53
+//! approximation:https://github.com/rust-lang/rust/blob/4825e12fc9c79954aa0fe18f5521efa6c19c7539/src/libstd/sys/unix/android.rs#L27-L53
5
6
#[test]
7
fn checked_ilog() {
0 commit comments