mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 10:27:05 +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.