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
refactor: replace format! calls with to_string() method
Replace format!("{}", expr) and format!("{:?}", a) with direct
to_string() calls for better performance and code clarity in
schema parsing logic.
Signed-off-by: Svetlin Ralchev <iamralch@users.noreply.github.com>
0 commit comments