mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +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.