🚨 Fix some clippy warnings
This commit is contained in:
@@ -20,6 +20,8 @@ pub struct Store {
|
||||
#[derive(Clone)]
|
||||
pub struct Space {
|
||||
store: RefCell<Store>,
|
||||
|
||||
#[allow(dead_code)]
|
||||
domain: Rc<dyn SpaceStoreConsumerInterface>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user