tikv_util
macro_rules! warn { ($($args:tt)+) => { ... }; }
Logs a warning level message using the slog global logger.