diff options
| author | HampusM <hampus@hampusmat.com> | 2026-07-23 17:38:51 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-07-23 17:38:51 +0200 |
| commit | 624e6dd450944e67d84ad7afda54ae2abd277aba (patch) | |
| tree | 908834c4d666eaf6b5f1fd3670e4951d98af1efe /engine-ecs/src/uid.rs | |
| parent | 66cbb5d207094799740228c4c913218ddca3a19d (diff) | |
refactor(engine-ecs): remove distinction between query terms with & without a field
Diffstat (limited to 'engine-ecs/src/uid.rs')
| -rw-r--r-- | engine-ecs/src/uid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-ecs/src/uid.rs b/engine-ecs/src/uid.rs index 26fbaee..c148dbc 100644 --- a/engine-ecs/src/uid.rs +++ b/engine-ecs/src/uid.rs @@ -166,7 +166,7 @@ pub struct PairParams pub target: Uid, } -pub trait With +pub trait With: 'static { fn uid() -> Uid; } |
