Skip to content

Commit 45054df

Browse files
committed
Add a long type_length_limit to satisfy nightly rust, for now
1 parent 3c35b17 commit 45054df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flash-lso/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Library for reading and writing the Adobe Flash Local Shared Object (LSO) file format and the contained AMF0/AMF3 data
2-
2+
#![type_length_limit = "94603681"]
33
#![deny(
44
anonymous_parameters,
55
nonstandard_style,

0 commit comments

Comments
 (0)