rm volatile note on Engine::build_type

This commit is contained in:
Tristan Guichaoua 2022-08-09 10:36:58 +02:00
parent 5eaa2a3d7e
commit 217ca79930

View File

@ -76,7 +76,6 @@ impl Engine {
/// i.e. register the type and its getters, setters, methods, etc...
///
/// See [`CustomType`].
#[deprecated = "This API is NOT deprecated, but it is considered volatile and may change in the future."]
#[inline]
pub fn build_type<T>(&mut self) -> &mut Self
where