diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-14 16:56:20 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-14 16:56:29 +0800 |
| commit | e630ae88cf57c3b4df77565ea1bc2460f4bfff86 (patch) | |
| tree | 398fa91f94d89e2f9ca9cb43bfb77b00e72bbc72 | |
| parent | 6518a3221160c4371b16f793b87975067c409ac9 (diff) | |
refactor: rename requirement.rs to flag.rs
| -rw-r--r-- | mingling_picker/src/flag.rs (renamed from mingling_picker/src/requirement.rs) | 0 | ||||
| -rw-r--r-- | mingling_picker/src/lib.rs | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mingling_picker/src/requirement.rs b/mingling_picker/src/flag.rs index 0b351f8..0b351f8 100644 --- a/mingling_picker/src/requirement.rs +++ b/mingling_picker/src/flag.rs diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs index 97020a4..a2f3995 100644 --- a/mingling_picker/src/lib.rs +++ b/mingling_picker/src/lib.rs @@ -4,8 +4,8 @@ pub use picker::*; mod pickable; pub use pickable::*; -mod requirement; -pub use requirement::*; +mod flag; +pub use flag::*; mod result; pub use result::*; |
