Minor code reformatting

This commit is contained in:
Wilson Lin 2020-01-17 00:07:04 +11:00
parent 5b78526230
commit 3a9877534f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use std::ops::{Index, Range, IndexMut};
use std::ops::{Index, IndexMut, Range};
use fastrie::{Fastrie, FastrieMatch};