ext/pf2/src/lib.rs in pf2-0.2.0 vs ext/pf2/src/lib.rs in pf2-0.3.0
- old
+ new
@@ -2,9 +2,10 @@
#[macro_use]
extern crate serde_derive;
mod ruby_init;
+mod backtrace;
mod profile;
mod profile_serializer;
mod ringbuffer;
mod sample;
#[cfg(target_os = "linux")]