diff --git a/api/rust/pinnacle-api-macros/src/lib.rs b/api/rust/pinnacle-api-macros/src/lib.rs index 36631d6..8b51e7a 100644 --- a/api/rust/pinnacle-api-macros/src/lib.rs +++ b/api/rust/pinnacle-api-macros/src/lib.rs @@ -10,8 +10,7 @@ use syn::{ /// This will cause the function to connect to Pinnacle's gRPC server, run your configuration code, /// then await all necessary futures needed to call callbacks. /// -/// If your config contains anything that has a callback, this function will not return unless an -/// error occurs. +/// This function will not return unless an error occurs. /// /// # Usage /// The function must be marked `async`, as this macro will insert the `#[tokio::main]` macro below