Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fcntl: Expose FcntlArg variants at the module level #541

Merged
merged 1 commit into from
Feb 28, 2017

Conversation

kamalmarhubi
Copy link
Member

This allows importing them directly from nix::fcntl which is more
ergonomic than needing to use them via FcntlArg.

@kamalmarhubi
Copy link
Member Author

r? @fiveop

@kamalmarhubi
Copy link
Member Author

r? @posborne since you seem to be around :-)

This allows importing them directly from `nix::fcntl` which is more
ergonomic than needing to use them via `FcntlArg`.
@fiveop
Copy link
Contributor

fiveop commented Feb 28, 2017

Given pub use self::Signal::*; in src/sys/signal.rs:

@homu r+

@homu
Copy link
Contributor

homu commented Feb 28, 2017

📌 Commit 33f8f3c has been approved by fiveop

@homu
Copy link
Contributor

homu commented Feb 28, 2017

⚡ Test exempted - status

@homu homu merged commit 33f8f3c into nix-rust:master Feb 28, 2017
homu added a commit that referenced this pull request Feb 28, 2017
fcntl: Expose FcntlArg variants at the module level

This allows importing them directly from `nix::fcntl` which is more
ergonomic than needing to use them via `FcntlArg`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants