summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--talpid-core/src/routing/android.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/routing/android.rs b/talpid-core/src/routing/android.rs
index 5c562537f1..d21a982f5f 100644
--- a/talpid-core/src/routing/android.rs
+++ b/talpid-core/src/routing/android.rs
@@ -17,7 +17,7 @@ pub struct RouteManager;
impl super::RoutingT for RouteManager {
type Error = Error;
- fn new() -> Result<Self> {
+ fn new() -> Result<Self, Self::Error> {
Ok(RouteManager)
}