Remove unnecessary Clone bounds

This commit is contained in:
Joscha 2022-11-19 19:36:10 +01:00
parent 0099277644
commit b291619d10
9 changed files with 32 additions and 33 deletions

View file

@ -6,7 +6,6 @@
//! made public later.
// TODO Turn multiple calls to subparsers into clone-s
// TODO Remove unnecessary +Clone-s and 'static-s
mod basic;
mod expr;