-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
blockedThe issue has an unresolved dependencyThe issue has an unresolved dependencyenhancementNew feature or requestNew feature or request
Description
Since the file IO is tokio::fs
based we'd like to be able to call tokio::fs::remove_file to delete the file rather than relying on std::fs::remove_file
. In current Rust, drop
is purely synchronous, which prevents us from calling this method.
Metadata
Metadata
Assignees
Labels
blockedThe issue has an unresolved dependencyThe issue has an unresolved dependencyenhancementNew feature or requestNew feature or request