inotify-rs icon indicating copy to clipboard operation
inotify-rs copied to clipboard

Consider reverting #146 at some point

Open lnicola opened this issue 5 years ago • 3 comments

The compiler dropped support for RHEL 5, so #146 can in principle be reverted when the MSRV gets bumped to 1.47.

lnicola avatar Jul 24 '20 12:07 lnicola

Thanks for the note!

Do you think there's any pressure to revert that change? To me it seems like it doesn't make any difference in practical terms. But I'm happy to change it back, if it's causing problems for anyone.

hannobraun avatar Jul 25 '20 08:07 hannobraun

Nope, it's just cleaning up a workaround that's no longer needed. The two extra syscalls probably don't matter, but there's no point in having them. I filed this to keep track of it.

lnicola avatar Jul 25 '20 10:07 lnicola

Makes sense, thanks again!

hannobraun avatar Jul 27 '20 09:07 hannobraun