Keep internal modules private, but re-export under fuzzing feature flag
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
use libfuzzer_sys::arbitrary::{Arbitrary, Result, Unstructured};
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
||||
use regalloc2::moves::ParallelMoves;
|
||||
use regalloc2::fuzzing::moves::ParallelMoves;
|
||||
use regalloc2::{Allocation, PReg, RegClass};
|
||||
use std::collections::HashSet;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user