mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-01-20 03:25:32 +00:00
fmt
This commit is contained in:
parent
f5f455a9fb
commit
1520c91dd1
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Fetch object from origin instance over HTTP, then verify and parse it.
|
/// Fetch object from origin instance over HTTP, then verify and parse it.
|
||||||
///
|
///
|
||||||
/// Uses Box::pin to wrap futures to reduce stack size and avoid stack overflow when
|
/// Uses Box::pin to wrap futures to reduce stack size and avoid stack overflow when
|
||||||
/// when fetching objects recursively.
|
/// when fetching objects recursively.
|
||||||
async fn dereference_from_http(
|
async fn dereference_from_http(
|
||||||
|
|
Loading…
Reference in a new issue