mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
These were accidental (or leftover) uses of String::characters() to construct StringViews through its StringView(char const*) constructor. Since this constructor is due to be removed, this will no longer work. Plus this prevents strlen from being run on these strings unnecessarily.
1.9 KiB
1.9 KiB