aboutsummaryrefslogtreecommitdiff
path: root/src/query.rs
diff options
context:
space:
mode:
authorSimon THOBY <git@nightmared.fr>2022-08-26 21:43:04 +0200
committerSimon THOBY <git@nightmared.fr>2022-08-26 21:52:00 +0200
commit5d207e951f39531a97619a3bdf900f7aa16efb9e (patch)
tree3ffcdf67d64d91937df4323cbde7053e60a2389c /src/query.rs
parent3e48e7efa516183d623f80d2e4e393cecc2acde9 (diff)
anonymous set support
Diffstat (limited to 'src/query.rs')
-rw-r--r--src/query.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.rs b/src/query.rs
index bc1d02e..d7574e8 100644
--- a/src/query.rs
+++ b/src/query.rs
@@ -48,7 +48,7 @@ mod inner {
ProcessNetlinkError(#[source] std::io::Error),
#[error("Custom error when customizing the query")]
- InitError(#[from] Box<dyn std::error::Error + 'static>),
+ InitError(#[from] Box<dyn std::error::Error + Send + 'static>),
#[error("Couldn't allocate a netlink object, out of memory ?")]
NetlinkAllocationFailed,