oli-obk / priroda

A graphical debugger for Rust MIR
Apache License 2.0
183 stars 13 forks source link

Eagerly initialise syntect statics #37

Closed DJMcNab closed 3 years ago

DJMcNab commented 3 years ago

Fixes #36

DJMcNab commented 3 years ago

I tested this by putting a println!("Test") in the lazy_static, which was shown when I expected.