You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve conditional compilation in get_pipe_open_options
- Replace multiple early returns with a single mutable variable approach
- Add conditional allow(unused_mut) attribute for non-Linux platforms
- Makes the code more concise while maintaining the same functionality
0 commit comments