HampusMat / Syrette

The convenient dependency injection library for Rust. Mirror of https://git.hampusmat.com/syrette
https://git.hampusmat.com/syrette
Apache License 2.0
20 stars 3 forks source link

Wrong quotes in docs of binding configurators #6

Closed HampusMat closed 1 year ago

HampusMat commented 1 year ago

For example in src/di_container/asynchronous/binding/scope_configurator.rs

/// Scope configurator for a binding for type 'Interface' inside a [`IAsyncDIContainer`].

' is used when ` should be used.

This is a problem in both the async & blocking binding configurators.

HampusMat commented 1 year ago

Resolved with 14f1fc1837675e1771e220f848b46213462ae804