2edb5d845e
In `SlidingSyncListBuilder`, the `ranges`, `set_range`, and `add_range` methods do not take a `u32` but a `U: Into<UInt>`. That's great! However, in `SlidingSyncList`, the same methods take a `u32`. It makes the API inconsistent. This patch fixes that.