]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/objects/mod.rs
Running clippy --fix (#1647)
[lemmy.git] / crates / apub / src / objects / mod.rs
index 351ece1fcd35c1e73402173739c3ba0988470570..c87fc043c97ed16311ef23193a5ff2d926e6b0e7 100644 (file)
@@ -199,7 +199,7 @@ where
   // otherwise parse and insert, assuring that it comes from the right domain
   else {
     let to_form = ToForm::from_apub(
-      &from,
+      from,
       context,
       expected_domain,
       request_counter,