You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added #[allow(clippy::mut_from_ref)] to the base() method in the SBase trait to suppress Clippy lint warning. This is necessary due to the method's signature returning a mutable reference from an immutable one, which is required for interoperability with C++ code.
0 commit comments