1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:07:34 +00:00

AK: Bring AK::Error into the global namespace

This commit is contained in:
Andreas Kling 2021-11-06 10:34:14 +01:00
parent a54be656ae
commit e5dde37e24
3 changed files with 6 additions and 5 deletions

View file

@ -117,4 +117,5 @@ struct Formatter<Error> : Formatter<FormatString> {
}
using AK::Error;
using AK::ErrorOr;