From f167aad0fb1d519899f57fdaa7ed31717abeb1da Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 13 Oct 2020 14:56:27 -0600 Subject: [PATCH] fix doc tests --- plume-common/src/activity_pub/inbox.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plume-common/src/activity_pub/inbox.rs b/plume-common/src/activity_pub/inbox.rs index ac28b5e0..5215c520 100644 --- a/plume-common/src/activity_pub/inbox.rs +++ b/plume-common/src/activity_pub/inbox.rs @@ -71,8 +71,8 @@ use std::fmt::Debug; /// # let conn = (); /// # /// let result: Result<(), ()> = Inbox::handle(&conn, activity_json) -/// .with::() -/// .with::() +/// .with::(None) +/// .with::(None) /// .done(); /// ``` pub enum Inbox<'a, C, E, R>