That error explanation makes a lot of sense. I can...
# development
h
That error explanation makes a lot of sense. I can’t grok what is dangling here, though. I don’t know why
file_contents_and_directories
still ends up being referenced. I would think that after binding
digests
, that
file_contents_and_directories
is dropped Maybe the issue is borrowing
file_contents_and_directories
, and it shouldn’t borrow?