Skip to content

Commit d3046d8

Browse files
committed
fixup_feedback
1 parent e73bed4 commit d3046d8

File tree

1 file changed

+1
-1
lines changed
  • talpid-tunnel-config-client/src

1 file changed

+1
-1
lines changed

talpid-tunnel-config-client/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const fn get_platform() -> proto::DaitaPlatform {
234234
} else if cfg!(target_os = "ios") {
235235
DaitaPlatform::IosWgGo
236236
} else {
237-
unimplemented!("This platform does not support DAITA V2")
237+
panic!("This platform does not support DAITA V2")
238238
};
239239
PLATFORM
240240
}

0 commit comments

Comments
 (0)