diff options
Diffstat (limited to 'talpid-ipc/src')
| -rw-r--r-- | talpid-ipc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-ipc/src/lib.rs b/talpid-ipc/src/lib.rs index 30883eaf90..847228bec2 100644 --- a/talpid-ipc/src/lib.rs +++ b/talpid-ipc/src/lib.rs @@ -35,7 +35,7 @@ use std::fmt; /// An Id created by the Ipc server that the client can use to connect to it pub type IpcServerId = String; -error_chain!{ +error_chain! { errors { IpcServerError { description("Error in IPC server") |
