Impl Hash for BulbId

This commit is contained in:
2022-10-03 08:31:42 +02:00
parent d6a25648ce
commit 0c8f09e825
2 changed files with 1 additions and 3 deletions

View File

@ -283,5 +283,3 @@ impl BulbsState {
self.bulbs.read().await
}
}
use std::fmt::{self, Display, Formatter};