examples: webrtc: multiparty-sendrecv: rust: Remove unnecessary macro recursion limit annotation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3758>
This commit is contained in:
Sebastian Dröge 2023-01-20 12:55:50 +02:00 committed by GStreamer Marge Bot
parent bf4a3c89cd
commit f45136827b

View file

@ -1,5 +1,3 @@
#![recursion_limit = "256"]
mod macos_workaround;
use std::collections::BTreeMap;