diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2024-07-05 15:35:57 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2024-07-05 15:35:57 -0400 |
| commit | 5681c3cf681d0dc5acdafbd28eed1b8a7ad751fa (patch) | |
| tree | 681f1289a682b8936629197879b64d2e8cea23ed /example | |
| parent | 0b5be441cf5e25beba8990b201be30293072245e (diff) | |
| download | rust-5681c3cf681d0dc5acdafbd28eed1b8a7ad751fa.tar.gz rust-5681c3cf681d0dc5acdafbd28eed1b8a7ad751fa.zip | |
Cleanup
Diffstat (limited to 'example')
| -rw-r--r-- | example/example.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/example.rs b/example/example.rs index 30e3c3c30c2..03470b74d0a 100644 --- a/example/example.rs +++ b/example/example.rs @@ -153,7 +153,6 @@ fn array_as_slice(arr: &[u8; 3]) -> &[u8] { arr } -// FIXME: fix the intrinsic implementation to work with the new ->u32 signature unsafe fn use_ctlz_nonzero(a: u16) -> u32 { intrinsics::ctlz_nonzero(a) } |
