Skip to content

Commit 0f96f50

Browse files
authored
Add type_length_limit attribute for crate
This crate seems to have been broken by rust-lang/rust#125507, which re-introduces a type length limit check that wax already exceeded.
1 parent 46d690b commit 0f96f50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//! See the [repository documentation](https://github.com/olson-sean-k/wax/blob/master/README.md)
66
//! for details about glob expressions and patterns.
77
8+
#![type_length_limit="78354675"]
89
#![cfg_attr(docsrs, feature(doc_cfg))]
910
#![doc(
1011
html_favicon_url = "https://raw.githubusercontent.com/olson-sean-k/wax/master/doc/wax-favicon.svg?sanitize=true"

0 commit comments

Comments
 (0)