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
Rollup merge of #148495 - ChrisDenton:path_is_empty, r=workingjubilee
Implement Path::is_empty
This implements `Path::is_empty` which is simply a convenience wrapper for `path.as_os_str().is_empty()`.
Tracking issue: #148494
ACP: rust-lang/libs-team#687
0 commit comments