Skip to content

Commit

Permalink
Add a long type_length_limit to satisfy nightly rust, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Jul 5, 2024
1 parent 1cc6742 commit 016d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash-lso/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![type_length_limit = "94603681"]
//! Library for reading and writing the Adobe Flash Local Shared Object (LSO) file format and the contained AMF0/AMF3 data
#![type_length_limit = "94603681"]
#![deny(
anonymous_parameters,
nonstandard_style,
Expand Down

0 comments on commit 016d9ee

Please sign in to comment.