Skip to content

host/traits: use an Rc<HostingService>

Ben Boeckel requested to merge ben.boeckel/rust-ghostflow:minor-touchups into master

Using references gets messy quick. All methods on HostingService are non-mut, so a plain Rc<> is fine.

Merge request reports