summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/path/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/path/mod.rs')
-rw-r--r--vendor/rustix/src/path/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/rustix/src/path/mod.rs b/vendor/rustix/src/path/mod.rs
index bd6e9fc8b..19bf2c7f0 100644
--- a/vendor/rustix/src/path/mod.rs
+++ b/vendor/rustix/src/path/mod.rs
@@ -6,6 +6,7 @@ mod dec_int;
pub use arg::Arg;
#[cfg(feature = "itoa")]
+#[cfg_attr(doc_cfg, doc(cfg(feature = "itoa")))]
pub use dec_int::DecInt;
pub(crate) const SMALL_PATH_BUFFER_SIZE: usize = 256;