Confuse clippy less (#2223)
This commit is contained in:
parent
117741e1b1
commit
6a9ea73865
@ -123,7 +123,7 @@ fn prepare_transitions<'pda, 'src: 'pda>(
|
|||||||
for symbol in ss.into_iter().rev() {
|
for symbol in ss.into_iter().rev() {
|
||||||
state_stack.push_front(symbol);
|
state_stack.push_front(symbol);
|
||||||
}
|
}
|
||||||
let mut state_stack_sorted: Box<_> = state_stack.iter().copied().collect();
|
let mut state_stack_sorted: Box<[&str]> = state_stack.iter().copied().collect();
|
||||||
state_stack_sorted.sort_unstable();
|
state_stack_sorted.sort_unstable();
|
||||||
|
|
||||||
let mut transition = Transition {
|
let mut transition = Transition {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user