about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjoboet <jonasboettiger@icloud.com>2024-01-13 09:18:36 +0100
committerjoboet <jonasboettiger@icloud.com>2024-01-13 09:18:36 +0100
commit0cfc995814601cbaca2542ffa8b9bc5c44ea4fed (patch)
tree5bc6ca9679045652adcafe1d52d981e0985ff75c
parentdf3cb23e01bb661ee06e28d9822e5ab320094788 (diff)
downloadrust-0cfc995814601cbaca2542ffa8b9bc5c44ea4fed.tar.gz
rust-0cfc995814601cbaca2542ffa8b9bc5c44ea4fed.zip
don't break a good link
Co-authored-by: klensy <klensy@users.noreply.github.com>
-rw-r--r--library/core/tests/num/int_log.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/tests/num/int_log.rs b/library/core/tests/num/int_log.rs
index 1236ce35583..a1edb1a5186 100644
--- a/library/core/tests/num/int_log.rs
+++ b/library/core/tests/num/int_log.rs
@@ -1,7 +1,7 @@
 //! This tests the `Integer::{ilog,log2,log10}` methods. These tests are in a
 //! separate file because there's both a large number of them, and not all tests
 //! can be run on Android. This is because in Android `ilog2` uses an imprecise
-//! 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
 
 #[test]
 fn checked_ilog() {