From 2eafbf2b98e56ef992ba0ea47886e97c9567886e Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Mon, 12 Apr 2021 23:38:26 +0200 Subject: perf(core/ops): avoid allocs when returning primitives (#10149) --- core/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core/lib.rs') diff --git a/core/lib.rs b/core/lib.rs index b49de3b7b..bc9d50e3f 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -5,6 +5,7 @@ mod bindings; pub mod error; mod flags; mod gotham_state; +mod minvalue; mod module_specifier; mod modules; mod normalize_path; -- cgit v1.2.3