Skip to content

Commit

Permalink
ref: rename utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Brantov Denis committed Jul 22, 2023
1 parent 3fe916c commit e2ca981
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions blog-server-services/src/impls/rbatis_post_service.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use crate::{
traits::post_service::{BasePost, Post, PostService, Tag},
utility::transliteration,
};
use crate::traits::post_service::{BasePost, Post, PostService, Tag};
use crate::utils::transliteration;
use rbatis::{rbatis::RBatis, rbdc::db::ExecResult};
use screw_components::dyn_result::DResult;
use serde::{Deserialize, Serialize};
Expand Down
2 changes: 1 addition & 1 deletion blog-server-services/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub mod impls;
pub mod traits;
pub mod utility;
pub mod utils;

#[macro_use]
extern crate rbatis;
Expand Down
File renamed without changes.

0 comments on commit e2ca981

Please sign in to comment.