Skip to content

Commit c9d29cc

Browse files
author
Folkert de Vries
committed
todo -> fixme
1 parent dbbf82c commit c9d29cc

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
@@ -5579,7 +5579,7 @@ const _IOC_DIRSHIFT: u32 = _IOC_SIZESHIFT + _IOC_SIZEBITS;
55795579

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

0 commit comments

Comments
 (0)