diff options
| author | Caleb Cartwright <caleb.cartwright@outlook.com> | 2021-03-28 17:30:53 -0500 |
|---|---|---|
| committer | Caleb Cartwright <calebcartwright@users.noreply.github.com> | 2021-04-02 23:21:06 -0500 |
| commit | c32f2ec0153d364041eb0f7267210741ce7ca275 (patch) | |
| tree | 1a5f9a756dbbe43649f94b053f86e41d0264b678 /src/patterns.rs | |
| parent | 49489116081f2a90ef2f51f04cf0048fbc1504a7 (diff) | |
chore: fmt and cleanup
Diffstat (limited to 'src/patterns.rs')
| -rw-r--r-- | src/patterns.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patterns.rs b/src/patterns.rs index 5d43d169d60..6824fc661ba 100644 --- a/src/patterns.rs +++ b/src/patterns.rs @@ -1,4 +1,4 @@ -use rustc_ast::ast::{self, BindingMode, PatField, Pat, PatKind, RangeEnd, RangeSyntax}; +use rustc_ast::ast::{self, BindingMode, Pat, PatField, PatKind, RangeEnd, RangeSyntax}; use rustc_ast::ptr; use rustc_span::{BytePos, Span}; |
