diff --git a/burrow/src/main.rs b/burrow/src/main.rs index 9c372437..4dace795 100644 --- a/burrow/src/main.rs +++ b/burrow/src/main.rs @@ -57,7 +57,7 @@ async fn try_retrieve() -> Result<()> { } #[cfg(not(any(target_os = "linux", target_vendor = "apple")))] -async fn try_main() -> Result<()> { +async fn try_start() -> Result<()> { Ok(()) }