mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Removed recursion limit (not needed anymore)
This commit is contained in:
parent
bd1bb35d6e
commit
a54a8ffb43
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
#![recursion_limit = "512"]
|
||||
|
||||
mod app;
|
||||
mod buttons;
|
||||
mod collapse;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#![recursion_limit = "512"]
|
||||
|
||||
mod buttons;
|
||||
mod collapse;
|
||||
mod icon;
|
||||
|
|
Loading…
Reference in a new issue