v3.3.1
Changes
- Use
.strip_prefix
in place of.starts_with
where appropriate, this stops a Clippy lint from leaking out of ourrouter!
macro and into downstream code.
.strip_prefix
in place of .starts_with
where appropriate, this stops a Clippy lint from leaking out of our router!
macro and into downstream code.