Skip to content

Commit

Permalink
chore: allow unknown lints
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Jan 25, 2024
1 parent 5cbab48 commit b3b1887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leptos_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// to prevent warnings from popping up when a nightly feature is stabilized
#![allow(stable_features)]
// FIXME? every use of quote! {} is warning here -- false positive?
#![allow(unknown_lints)]
#![allow(private_macro_use)]

#[macro_use]
Expand Down

0 comments on commit b3b1887

Please sign in to comment.