feat: Use latest version of loupe.

This commit is contained in:
Ivan Enderlin
2021-03-22 11:38:25 +01:00
parent fc4637bfdb
commit 2afed4d813
38 changed files with 48 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
use crate::tunables::BaseTunables;
use loupe_derive::MemoryUsage;
use loupe::MemoryUsage;
use std::fmt;
use std::sync::Arc;
#[cfg(all(feature = "compiler", feature = "engine"))]