Format: Re-add using statement to Formatter

This commit is contained in:
Riyyi
2022-08-23 16:47:36 +02:00
parent a83615083d
commit 27489c6cb4
+2
View File
@@ -314,6 +314,8 @@ struct Formatter<Specifier> : Formatter<std::nullptr_t> {
} // namespace ruc::format } // namespace ruc::format
using ruc::format::Formatter;
#if 0 #if 0
TODO: TODO: