From 217ca799305bdd0df023485e25509a3ea938a634 Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua Date: Tue, 9 Aug 2022 10:36:58 +0200 Subject: [PATCH] rm volatile note on Engine::build_type --- src/api/build_type.rs | 1 - 1 file changed, 1 deletion(-) 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