Skip to content

Commit

Permalink
ll: allow ip_in_core
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Dec 25, 2023
1 parent daff33b commit 730e0ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ll/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(any(feature = "eha0a", feature = "async"), allow(async_fn_in_trait))]
#![allow(stable_features)] // ip_in_core
#![cfg_attr(feature = "ip_in_core", feature(ip_in_core))]
#![forbid(unsafe_code)]
#![warn(missing_docs)]
Expand Down

0 comments on commit 730e0ed

Please sign in to comment.