diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-26 12:34:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 12:34:25 -0400 |
commit | f46e39c5c5435696daab9df075482e6e5c83533b (patch) | |
tree | 7699e06977e1149b5d056739f981c0217a91ed5e /core/gotham_state.rs | |
parent | 6c6f3e87c1a60bc96d006812a670212eeacd1257 (diff) |
remove macro_use (#9884)
Diffstat (limited to 'core/gotham_state.rs')
-rw-r--r-- | core/gotham_state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/gotham_state.rs b/core/gotham_state.rs index 04213f977..fa22878bb 100644 --- a/core/gotham_state.rs +++ b/core/gotham_state.rs @@ -3,6 +3,7 @@ // https://github.com/gotham-rs/gotham/blob/bcbbf8923789e341b7a0e62c59909428ca4e22e2/gotham/src/state/mod.rs // Copyright 2017 Gotham Project Developers. MIT license. +use log::trace; use std::any::Any; use std::any::TypeId; use std::collections::HashMap; |