1
0

refactor: move env outside from rust namespace

This commit is contained in:
2025-10-07 18:03:40 +08:00
parent 64045b1d48
commit eda801d3c7
6 changed files with 21 additions and 21 deletions

View File

@ -3,7 +3,7 @@
#include "../../patch/stream.hpp"
#include "../../patch/format.hpp"
#include "../../string/op.hpp"
#include "../../rust/env.hpp"
#include "../../env.hpp"
#include <ranges>
#define CLAP ::yycc::carton::clap
@ -11,7 +11,7 @@
#define TERMCOLOR ::yycc::carton::termcolor
#define OP ::yycc::string::op
#define FORMAT ::yycc::patch::format
#define ENV ::yycc::rust::env
#define ENV ::yycc::env
using namespace ::yycc::patch::stream;