-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
https://docs.rs/assert_fs/1.0.1/assert_fs/assert/trait.PathAssert.html#required-methods says you can pass a &Path, but this errors with:
error[E0277]: the trait bound `&Path: IntoPathPredicate<_>` is not satisfied
--> src/git/tests.rs:54:36
|
54 | clone.child("HEAD").assert(repo.child("HEAD").path());
| ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `IntoPathPredicate<_>` is not implemented for `&Path`
jwodder
Metadata
Metadata
Assignees
Labels
No labels