Skip to content

Commit 3d4f863

Browse files
committed
fix
1 parent 2fd8488 commit 3d4f863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/client_gen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ pub fn client_gen(
10911091

10921092
let common_prefix = paths
10931093
.keys()
1094-
.map(|p| Path::from_string(&p))
1094+
.map(|p| Path::from_string(p))
10951095
.reduce(|acc, e| e.common_prefix(acc));
10961096

10971097
let prefix_length = common_prefix.map(|p| p.0.len()).unwrap_or(0);

0 commit comments

Comments
 (0)