Fix ImmutableString docs.
This commit is contained in:
parent
925325820e
commit
cb312539fb
@ -16,8 +16,8 @@ use std::{
|
|||||||
|
|
||||||
/// The system immutable string type.
|
/// The system immutable string type.
|
||||||
///
|
///
|
||||||
/// An [`ImmutableString`] wraps an [`Rc`][std::rc::Rc]`<`[`String`]`>`
|
/// An [`ImmutableString`] wraps an [`Rc`][std::rc::Rc]`<`[`SmartString`][smartstring::SmartString]`>`
|
||||||
/// (or [`Arc`][std::sync::Arc]`<`[`String`]`>` under the `sync` feature)
|
/// (or [`Arc`][std::sync::Arc]`<`[`SmartString`][smartstring::SmartString]`>` under the `sync` feature)
|
||||||
/// so that it can be simply shared and not cloned.
|
/// so that it can be simply shared and not cloned.
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
|
Loading…
Reference in New Issue
Block a user