Skip to content

Commit a58cb3d

Browse files
author
Folkert de Vries
committed
todo -> fixme
1 parent 3dd6e14 commit a58cb3d

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5418,7 +5418,7 @@ const _IOC_DIRSHIFT: u32 = _IOC_SIZESHIFT + _IOC_SIZEBITS;
54185418

54195419
/// Build an ioctl number, analogous to the C macro of the same name.
54205420
const fn _IOC(dir: u32, ty: u32, nr: u32, size: usize) -> u32 {
5421-
// TODO the `garando_syntax` crate (used by ctest2 in the CI test suite)
5421+
// FIXME(ctest) the `garando_syntax` crate (used by ctest2 in the CI test suite)
54225422
// cannot currently parse these `debug_assert!`s
54235423
//
54245424
// debug_assert!(dir <= _IOC_DIRMASK);

0 commit comments

Comments
 (0)