refactor:remove common_error::prelude (#1946)

* feat:Remove common_error::prelude

* fix merge error

* cr comment

* fix error
This commit is contained in:
Ben Baoyi
2023-07-13 10:36:36 +08:00
committed by GitHub
parent 16be56a743
commit 9ff7670adf
104 changed files with 179 additions and 150 deletions

View File

@@ -235,7 +235,7 @@ macro_rules! trace {
#[cfg(test)]
mod tests {
use common_error::mock::MockError;
use common_error::prelude::*;
use common_error::status_code::StatusCode;
use crate::logging::Level;