Skip to content
Snippets Groups Projects
Verified Commit 8e21cfc5 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: rust format issue

parent 51548c51
No related branches found
No related tags found
No related merge requests found
Pipeline #2228 failed
...@@ -12,6 +12,8 @@ pub use self::mock::*; ...@@ -12,6 +12,8 @@ pub use self::mock::*;
pub mod build; pub mod build;
#[cfg(not(feature = "gen-mock"))] #[cfg(not(feature = "gen-mock"))]
pub use self::build::*; pub use self::build::*;
#[rustfmt::skip]
#[cfg(not(feature = "gen-mock"))] #[cfg(not(feature = "gen-mock"))]
pub mod _build; pub mod _build;
#[cfg(not(feature = "gen-mock"))] #[cfg(not(feature = "gen-mock"))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment