mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-13 11:24:07 +00:00
gstreamer: Remove unnecessary recursion_limit=256
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1604>
This commit is contained in:
parent
9f8f349ee7
commit
3bc4076aee
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
// Take a look at the license at the top of the repository in the LICENSE file.
|
||||
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
#![recursion_limit = "256"]
|
||||
#![allow(clippy::missing_safety_doc)]
|
||||
#![allow(clippy::manual_range_contains)]
|
||||
#![doc = include_str!("../README.md")]
|
||||
|
|
Loading…
Reference in a new issue