diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-06-10 05:03:44 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-06-10 05:03:44 +0000 |
| commit | 89db7778d664a88d679ce3a58dbba208dd180629 (patch) | |
| tree | 73c5e2a595fe8a690701ddb98abd000696a874cd | |
| parent | c601681d95b0f984850d84ab60a47de7e1d673a8 (diff) | |
| download | rust-89db7778d664a88d679ce3a58dbba208dd180629.tar.gz rust-89db7778d664a88d679ce3a58dbba208dd180629.zip | |
fmt
| -rw-r--r-- | src/tools/miri/tests/pass/float.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/miri/tests/pass/float.rs b/src/tools/miri/tests/pass/float.rs index 7ce0bc88517..c08a5d9ddaa 100644 --- a/src/tools/miri/tests/pass/float.rs +++ b/src/tools/miri/tests/pass/float.rs @@ -45,7 +45,6 @@ macro_rules! assert_approx_eq { }; } - /// From IEEE 754 a Signaling NaN for single precision has the following representation: /// ``` /// s | 1111 1111 | 0x..x |
