diff --git a/tarpc/src/lib.rs b/tarpc/src/lib.rs index 2e20321..23849dd 100644 --- a/tarpc/src/lib.rs +++ b/tarpc/src/lib.rs @@ -215,7 +215,6 @@ pub mod trace; /// Rpc methods are specified, mirroring trait syntax: /// /// ``` -/// # fn main() {} /// #[tarpc::service] /// trait Service { /// /// Say hello