doc: link follow-up issue in TODO comment

This commit is contained in:
Christian Schwarz
2023-03-29 10:35:58 +02:00
parent b1d54024e7
commit 88753b3325

View File

@@ -1055,8 +1055,8 @@ impl Timeline {
use super::layer_map::Replacement;
if local_layer.is_remote_layer() {
// TODO: consider returning an err here instead of false, which is the same out the
// match later
// TODO(issue #3851): consider returning an err here instead of false,
// which is the same out the match later
return Ok(false);
}