Skip to content

Commit

Permalink
Add type_length_limit attribute for crate
Browse files Browse the repository at this point in the history
This crate seems to have been broken by rust-lang/rust#125507, which re-introduces a type length limit check that wax already exceeded.
  • Loading branch information
Finchiedev authored Jul 8, 2024
1 parent 46d690b commit 0f96f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//! See the [repository documentation](https://github.com/olson-sean-k/wax/blob/master/README.md)
//! for details about glob expressions and patterns.

#![type_length_limit="78354675"]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(
html_favicon_url = "https://raw.githubusercontent.com/olson-sean-k/wax/master/doc/wax-favicon.svg?sanitize=true"
Expand Down

0 comments on commit 0f96f50

Please sign in to comment.