diff options
author | Linus Färnstrand <linus@mullvad.net> | 2018-06-26 17:03:47 +0200 |
---|---|---|
committer | Linus Färnstrand <linus@mullvad.net> | 2018-06-26 17:03:47 +0200 |
commit | cfd08e7f6255d073b6acd16949dd52aa82c0e8b8 (patch) | |
tree | 2f1c2b1511504972a41388345df682ea080961a2 /nftnl/src | |
parent | 1b083b4bc455fcffcbc181ada196d718903ce3df (diff) | |
parent | 34ccb5819483631e112be70d86ceccfbd9ed045c (diff) |
Merge branch 'upgrade-error-chain'
Diffstat (limited to 'nftnl/src')
-rw-r--r-- | nftnl/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nftnl/src/lib.rs b/nftnl/src/lib.rs index bde02cc..01751ad 100644 --- a/nftnl/src/lib.rs +++ b/nftnl/src/lib.rs @@ -10,6 +10,7 @@ extern crate log; use nftnl_sys::c_void; +pub use error_chain::ChainedError; error_chain! { errors { AllocationError { description("Unable to allocate memory") } |