diff --git a/src/api/build_type.rs b/src/api/build_type.rs index 98cc8645..f442af56 100644 --- a/src/api/build_type.rs +++ b/src/api/build_type.rs @@ -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(&mut self) -> &mut Self where