From 005692ef7898abb0f86e796d3dbce93c64b9f5ed Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Mon, 6 Jun 2022 08:54:19 +0800 Subject: [PATCH] Change volatile API message. --- src/api/events.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/events.rs b/src/api/events.rs index ec7b5022..f77633c4 100644 --- a/src/api/events.rs +++ b/src/api/events.rs @@ -68,7 +68,7 @@ impl Engine { /// # Ok(()) /// # } /// ``` - #[deprecated = "This API is volatile and may change in the future."] + #[deprecated = "This API is NOT deprecated, but it is considered volatile and may change in the future."] #[inline(always)] pub fn on_var( &mut self, @@ -130,7 +130,7 @@ impl Engine { /// # Ok(()) /// # } /// ``` - #[deprecated = "This API is volatile and may change in the future."] + #[deprecated = "This API is NOT deprecated, but it is considered volatile and may change in the future."] #[inline(always)] pub fn on_def_var( &mut self, @@ -188,7 +188,7 @@ impl Engine { /// # Ok(()) /// # } /// ``` - #[deprecated = "This API is volatile and may change in the future."] + #[deprecated = "This API is NOT deprecated, but it is considered volatile and may change in the future."] #[cfg(feature = "internals")] #[inline(always)] pub fn on_parse_token( @@ -343,7 +343,7 @@ impl Engine { /// # WARNING - Unstable API /// /// This API is volatile and may change in the future. - #[deprecated = "This API is volatile and may change in the future."] + #[deprecated = "This API is NOT deprecated, but it is considered volatile and may change in the future."] #[cfg(feature = "debugging")] #[inline(always)] pub fn register_debugger(