diff --git a/crates/cli/src/subcommands/generate/rust.rs b/crates/cli/src/subcommands/generate/rust.rs index fdcf7ff5c3c..b44c9dd47b8 100644 --- a/crates/cli/src/subcommands/generate/rust.rs +++ b/crates/cli/src/subcommands/generate/rust.rs @@ -440,12 +440,10 @@ impl {func_name} for super::RemoteReducers {{ /// Implemented for [`super::SetReducerFlags`]. /// /// This type is currently unstable and may be removed without a major version bump. -/// The ability to send over call-reducer flags in the protocol will however remain. pub trait {set_reducer_flags_trait} {{ /// Set the call-reducer flags for the reducer `{reducer_name}` to `flags`. /// /// This type is currently unstable and may be removed without a major version bump. - /// The ability to send over call-reducer flags in the protocol will however remain. fn {func_name}(&self, flags: __ws::CallReducerFlags); }} @@ -1029,7 +1027,6 @@ impl __sdk::spacetime_module::InModule for RemoteReducers {{ /// Each method sets the flags for the reducer with the same name. /// /// This type is currently unstable and may be removed without a major version bump. -/// The ability to send over call-reducer flags in the protocol will however remain. pub struct SetReducerFlags {{ imp: __sdk::db_connection::DbContextImpl, }} @@ -1074,7 +1071,6 @@ pub struct DbConnection {{ /// via extension traits implemented for [`SetReducerFlags`]. /// /// This type is currently unstable and may be removed without a major version bump. - /// The ability to send over call-reducer flags in the protocol will however remain. pub set_reducer_flags: SetReducerFlags, imp: __sdk::db_connection::DbContextImpl, @@ -1214,7 +1210,6 @@ pub struct EventContext {{ /// via extension traits implemented for [`SetReducerFlags`]. /// /// This type is currently unstable and may be removed without a major version bump. - /// The ability to send over call-reducer flags in the protocol will however remain. pub set_reducer_flags: SetReducerFlags, /// The event which caused these callbacks to run. pub event: __sdk::event::Event,