closedcaption: Increase recursion limit to 128 to fix compilation with latest nightly

This commit is contained in:
Sebastian Dröge 2019-02-21 19:55:08 +02:00
parent 186ee43f8e
commit 5e80f2fab4

View file

@ -16,6 +16,7 @@
// Boston, MA 02110-1335, USA.
#![crate_type = "cdylib"]
#![recursion_limit = "128"]
// These macros are in weird paths currently,
// and extern crate is used to avoid the explicit imports