Remove unused arm_to_string
This commit is contained in:
parent
0f10d114e4
commit
a440337e2b
1 changed files with 0 additions and 4 deletions
|
|
@ -322,10 +322,6 @@ pub fn pat_to_string(pat: &ast::Pat) -> String {
|
|||
to_string(|s| s.print_pat(pat))
|
||||
}
|
||||
|
||||
pub fn arm_to_string(arm: &ast::Arm) -> String {
|
||||
to_string(|s| s.print_arm(arm))
|
||||
}
|
||||
|
||||
pub fn expr_to_string(e: &ast::Expr) -> String {
|
||||
to_string(|s| s.print_expr(e))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue