Change volatile API message.

This commit is contained in:
Stephen Chung 2022-06-06 08:54:19 +08:00
parent 6467b52761
commit 005692ef78

View File

@ -68,7 +68,7 @@ impl Engine {
/// # Ok(()) /// # 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)] #[inline(always)]
pub fn on_var( pub fn on_var(
&mut self, &mut self,
@ -130,7 +130,7 @@ impl Engine {
/// # Ok(()) /// # 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)] #[inline(always)]
pub fn on_def_var( pub fn on_def_var(
&mut self, &mut self,
@ -188,7 +188,7 @@ impl Engine {
/// # Ok(()) /// # 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")] #[cfg(feature = "internals")]
#[inline(always)] #[inline(always)]
pub fn on_parse_token( pub fn on_parse_token(
@ -343,7 +343,7 @@ impl Engine {
/// # WARNING - Unstable API /// # WARNING - Unstable API
/// ///
/// This API is volatile and may change in the future. /// 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")] #[cfg(feature = "debugging")]
#[inline(always)] #[inline(always)]
pub fn register_debugger( pub fn register_debugger(