aboutsummaryrefslogtreecommitdiff
path: root/src/routes/format_msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/format_msg.rs')
-rw-r--r--src/routes/format_msg.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/format_msg.rs b/src/routes/format_msg.rs
index d7a6f05..83dbd8f 100644
--- a/src/routes/format_msg.rs
+++ b/src/routes/format_msg.rs
@@ -39,8 +39,8 @@ impl<T: Serialize> Responder for FormatMsg<T> {
#[cfg(test)]
mod tests {
use super::*;
- use routes::*;
- use routes::tests::*;
+ use crate::routes::*;
+ use crate::routes::tests::*;
use serde::ser::{Error, Serializer};
#[test]