Update Cargo with example removal. Formatting.

This commit is contained in:
Alejandro Cabeza Romero 2024-12-19 16:32:07 +01:00
parent b552e0e376
commit 55def9fe94
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
**target/
.idea/
Cargo.lock

View File

@ -3,7 +3,6 @@ resolver = "2"
members = [
"overwatch-rs",
"overwatch-derive",
"examples/waku-chat"
]
[profile.release-opt]

View File

@ -127,7 +127,6 @@ where
{
/// Spawn the service main loop and handle it lifecycle
/// Return a handle to abort execution manually
pub fn run(self) -> Result<(ServiceId, LifecycleHandle), crate::DynError> {
let ServiceRunner {
service_state,