doc: update stale FIXME into different FIXME

This commit is contained in:
Joonas Koivunen 2020-08-19 20:29:38 +03:00
parent 3935cf0c49
commit 9182ff4d6a

View File

@ -468,8 +468,8 @@ fn iplds_refs<T: IpfsTypes>(
warn!("failed to load {}, linked from {}: {}", cid, source, e);
// TODO: yield error msg
// unsure in which cases this happens, because we'll start to search the content
// and stop only when request has been cancelled (FIXME: not yet, because dropping
// all subscriptions doesn't "stop the operation.")
// and stop only when request has been cancelled (FIXME: no way to stop this
// operation)
continue;
}
};