diff --git a/apps/catering_services/src/main.rs b/apps/catering_services/src/main.rs index 52ee13a..79615eb 100644 --- a/apps/catering_services/src/main.rs +++ b/apps/catering_services/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/companies/src/main.rs b/apps/companies/src/main.rs index 2a1c740..4a330ef 100644 --- a/apps/companies/src/main.rs +++ b/apps/companies/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/developers/src/main.rs b/apps/developers/src/main.rs index cc418f4..e479d71 100644 --- a/apps/developers/src/main.rs +++ b/apps/developers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/graphic_designers/src/main.rs b/apps/graphic_designers/src/main.rs index 8777acf..a5daa56 100644 --- a/apps/graphic_designers/src/main.rs +++ b/apps/graphic_designers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/job_seekers/src/main.rs b/apps/job_seekers/src/main.rs index 595f19e..88eb745 100644 --- a/apps/job_seekers/src/main.rs +++ b/apps/job_seekers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/leads/src/main.rs b/apps/leads/src/main.rs index 84356ac..376786b 100644 --- a/apps/leads/src/main.rs +++ b/apps/leads/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] use axum::{ diff --git a/apps/tutors/src/main.rs b/apps/tutors/src/main.rs index 360cb8a..af13357 100644 --- a/apps/tutors/src/main.rs +++ b/apps/tutors/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers; diff --git a/apps/ugc_content_creators/src/main.rs b/apps/ugc_content_creators/src/main.rs index 3b6a1a8..c2c7062 100644 --- a/apps/ugc_content_creators/src/main.rs +++ b/apps/ugc_content_creators/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker #![allow(dead_code)] mod handlers;