diff --git a/server/src/init/server_with_init_state.rs b/server/src/init/server_with_init_state.rs index 6664e636..6be37558 100644 --- a/server/src/init/server_with_init_state.rs +++ b/server/src/init/server_with_init_state.rs @@ -44,6 +44,9 @@ impl ServerWithInitState { impl Server for ServerWithInitState { /// Start. + // @todo #45:60min Transform transpiled state from FSL AST to Fakehub objects. + // Now we simply logging transpiled AST, let's create Fakehub objects from + // obtained AST. fn start(&self) -> BoxFuture<'_, Result<()>> { Box::pin(async move { let transpiled =