We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2befd7d commit 6dcaeb4Copy full SHA for 6dcaeb4
src/provide/mut.rs
@@ -46,7 +46,7 @@ pub trait ProvideMut<'me, T> {
46
/// ```
47
///
48
/// You can also provide your dependency via cheap mutable-to-mutable reference conversion
49
- /// thanks to implementation for all types which implement [`AsRef`]:
+ /// thanks to implementation for all types which implement [`AsMut`]:
50
51
52
/// use provide::ProvideMut;
0 commit comments