Skip to content

Commit 7bd56f6

Browse files
committed
improve
1 parent f2516bb commit 7bd56f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/encoding.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const PATH_SEGMENT_ENCODE_SET: AsciiSet = QUERY_ENCODE_SET
2121
.add(b'/');
2222

2323
/// Wrapper that escapes arguments for URL path segments.
24-
pub struct PathArg<A: Display>(pub A);
24+
pub(super) struct PathArg<A: Display>(pub(super) A);
2525

2626
/// Wrapper that escapes arguments for URL query segments.
2727
pub(super) struct QueryArg<A: Display>(pub(super) A);

0 commit comments

Comments
 (0)