1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-08-01 12:48:31 +00:00

mitigate additional debuginfo expansions

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-04-04 23:04:13 +00:00
parent b0203818db
commit aa80e952d1
8 changed files with 13 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#![type_length_limit = "2048"]
#![type_length_limit = "8192"]
#![allow(refining_impl_trait)]
mod manager;