1
Fork 0

remove bootstrap from tests

This commit is contained in:
Gibby Free 2023-03-06 11:46:40 -08:00
parent 5c34f7788f
commit b00e5f37f3
4 changed files with 0 additions and 5 deletions

View file

@ -1,4 +1,2 @@
#![cfg_attr(bootstrap, feature(debugger_visualizer))]
#[debugger_visualizer(natvis_file = "../foo.natvis")] //~ ERROR attribute should be applied to a module
fn main() {}