ext/pf2/src/ruby_init.rs in pf2-0.6.0 vs ext/pf2/src/ruby_init.rs in pf2-0.7.0

- old
+ new

@@ -8,13 +8,10 @@ #[allow(non_snake_case)] #[no_mangle] extern "C" fn Init_pf2() { #[cfg(feature = "debug")] { - env_logger::builder() - .format_timestamp(None) - .format_module_path(false) - .init(); + env_logger::builder().format_timestamp(None).format_module_path(false).init(); } unsafe { let rb_mPf2: VALUE = rb_define_module(cstr!("Pf2"));