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
pmv panicks when the source was the root directory.
Expected behavior
pmv try to move the root directory, instead of panicking.
Version
0.4.1
Steps to reproduce
Execute pmv / .
Example output
$ pmv -n / .
thread 'main' panicked at 'assertion failed: !patterns.is_empty()', /Users/sgryjp/.cargo/.../pmv-0.4.1/src/walk.rs:44:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Summary
pmv
panicks when the source was the root directory.Expected behavior
pmv
try to move the root directory, instead of panicking.Version
0.4.1
Steps to reproduce
pmv / .
Example output
The text was updated successfully, but these errors were encountered: