Skip to content

zv,zn: Make `from_static_str_unchecked()` methods `const`

Ian Douglas Scott requested to merge ids1024/zbus:const-fn into main

No reason not to do this, assuming there would never be a reason for these functions to be changed to do something that couldn't be const.

Merge request reports