We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gix-path
1 parent 7c42efd commit 0d3e74fCopy full SHA for 0d3e74f
tests/it/src/commands/copy_royal.rs
@@ -29,7 +29,7 @@ pub(super) mod function {
29
{
30
let rela_path = gix::path::from_bstr(rela_path);
31
let src = worktree_dir.join(&rela_path);
32
- stack.make_relative_path_current(&rela_path, &mut create_dir)?;
+ stack.make_relative_path_current(&*rela_path, &mut create_dir)?;
33
let dst = stack.current();
34
35
eprintln!(
0 commit comments