Skip to content

Commit

Permalink
Allow invalid reference casting
Browse files Browse the repository at this point in the history
  • Loading branch information
Harthann committed Feb 8, 2024
1 parent 5263f1c commit d4cea18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srcs/kinit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#![feature(vec_into_raw_parts)]
#![no_std]
#![allow(dead_code)]
#![allow(invalid_reference_casting)]
#![no_main]
// Custom test framework
#![feature(custom_test_frameworks)]
Expand Down

0 comments on commit d4cea18

Please sign in to comment.