This commit is contained in:
Tristan Guichaoua 2022-08-09 10:16:34 +02:00
parent 5370031068
commit 6d400b747a

View File

@ -255,7 +255,7 @@ where
self self
} }
/// Register an index getter. /// Register an fallible index getter.
/// ///
/// The function signature must start with `&mut self` and not `&self`. /// The function signature must start with `&mut self` and not `&self`.
/// ///
@ -283,7 +283,7 @@ where
self self
} }
/// Register an index setter. /// Register an fallible index setter.
/// ///
/// Not available under both `no_index` and `no_object`. /// Not available under both `no_index` and `no_object`.
#[deprecated = "This API is NOT deprecated, but it is considered volatile and may change in the future."] #[deprecated = "This API is NOT deprecated, but it is considered volatile and may change in the future."]