aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/value
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-14 00:23:06 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-14 00:23:06 +0800
commit1198f2b81a845bd475594cdf42d04e7bd750ebd2 (patch)
treecdeaa872cd704dd579771c5e63c8e0026be1d5e8 /arg_picker/src/value
parent1f2462ae53446c37c6cfe53a57ea86f695c4ef0a (diff)
chore: add "Doc Not Optimize" comments to source files
Mark all source files with a comment indicating they are not optimized for documentation purposes.
Diffstat (limited to 'arg_picker/src/value')
-rw-r--r--arg_picker/src/value/flag.rs1
-rw-r--r--arg_picker/src/value/paths.rs1
-rw-r--r--arg_picker/src/value/vec_until.rs1
3 files changed, 3 insertions, 0 deletions
diff --git a/arg_picker/src/value/flag.rs b/arg_picker/src/value/flag.rs
index 6449d65..9a9e058 100644
--- a/arg_picker/src/value/flag.rs
+++ b/arg_picker/src/value/flag.rs
@@ -1,3 +1,4 @@
+// Doc Not Optimize
use std::{
fmt::{Debug, Display},
ops::{Deref, Not},
diff --git a/arg_picker/src/value/paths.rs b/arg_picker/src/value/paths.rs
index d64a09f..83f262d 100644
--- a/arg_picker/src/value/paths.rs
+++ b/arg_picker/src/value/paths.rs
@@ -1,3 +1,4 @@
+// Doc Not Optimize
use std::{
ops::{Deref, DerefMut},
path::{Path, PathBuf},
diff --git a/arg_picker/src/value/vec_until.rs b/arg_picker/src/value/vec_until.rs
index 6394cbf..0f7fede 100644
--- a/arg_picker/src/value/vec_until.rs
+++ b/arg_picker/src/value/vec_until.rs
@@ -1,3 +1,4 @@
+// Doc Not Optimize
use std::marker::PhantomData;
use std::ops::{Deref, DerefMut};