Skip to content

Commit

Permalink
add offset_of feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TommYDeeee committed May 6, 2024
1 parent 357157c commit 4395682
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 @@ -12,6 +12,7 @@ This structure should implement the following:

#![forbid(unconditional_recursion, future_incompatible)]
#![deny(unsafe_code)]
#![feature(offset_of)]

#[allow(unsafe_code)]
mod green;
Expand Down

0 comments on commit 4395682

Please sign in to comment.