mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
While null StringViews are just as bad, these prevent the removal of StringView(char const*) as that constructor accepts a nullptr. No functional changes.