mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 11:33:04 +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 app;
|
||||||
mod buttons;
|
mod buttons;
|
||||||
mod collapse;
|
mod collapse;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#![recursion_limit = "512"]
|
|
||||||
|
|
||||||
mod buttons;
|
mod buttons;
|
||||||
mod collapse;
|
mod collapse;
|
||||||
mod icon;
|
mod icon;
|
||||||
|
|
Loading…
Reference in a new issue