You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The safe_create_dir(_all) functions that we maintain were imported from rustc before rust-lang/rust#39799 was fixed. It should now be safe to remove them in favor of the tokio::fs::create_dir(_all) implementation (which wraps the stdlib implementation).
The text was updated successfully, but these errors were encountered:
The
safe_create_dir(_all)
functions that we maintain were imported fromrustc
before rust-lang/rust#39799 was fixed. It should now be safe to remove them in favor of thetokio::fs::create_dir(_all)
implementation (which wraps thestdlib
implementation).The text was updated successfully, but these errors were encountered: