Skip to content

Commit 016d9ee

Browse files
committed
Add a long type_length_limit to satisfy nightly rust, for now
1 parent 1cc6742 commit 016d9ee

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,6 +1,6 @@
11
#![type_length_limit = "94603681"]
22
//! Library for reading and writing the Adobe Flash Local Shared Object (LSO) file format and the contained AMF0/AMF3 data
3-
3+
#![type_length_limit = "94603681"]
44
#![deny(
55
anonymous_parameters,
66
nonstandard_style,

0 commit comments

Comments
 (0)