refactor: move env outside from rust namespace
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user