Skip to content

Commit 687bdc6

Browse files
committed
chore: avoid unreachable_pub warning after subtree-push
1 parent 025092f commit 687bdc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/patterns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ impl Rewrite for Pat {
323323
}
324324
}
325325

326-
pub fn rewrite_range_pat<T: Rewrite>(
326+
pub(crate) fn rewrite_range_pat<T: Rewrite>(
327327
context: &RewriteContext<'_>,
328328
shape: Shape,
329329
lhs: &Option<ptr::P<T>>,

0 commit comments

Comments
 (0)