1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-27 13:37:44 +00:00

Don't warn for unexpected cfgs

This commit is contained in:
RGBCube 2024-05-22 10:45:17 +03:00
parent 8c4ad0eb1b
commit 661d2d54c0
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#![allow(unexpected_cfgs)]
#![cfg(procmacro2_semver_exempt)]
use std::{
borrow::Cow,