mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 04:11:26 +00:00
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:
parent
bf4a3c89cd
commit
f45136827b
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
#![recursion_limit = "256"]
|
||||
|
||||
mod macos_workaround;
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
|
|
Loading…
Reference in a new issue