From a990de90fe41456a23e58bd087d2f107d321f3a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 16:37:58 +0400 Subject: Deleted vendor folder --- vendor/rustix/src/path/mod.rs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vendor/rustix/src/path/mod.rs (limited to 'vendor/rustix/src/path/mod.rs') diff --git a/vendor/rustix/src/path/mod.rs b/vendor/rustix/src/path/mod.rs deleted file mode 100644 index 19bf2c7..0000000 --- a/vendor/rustix/src/path/mod.rs +++ /dev/null @@ -1,12 +0,0 @@ -//! Filesystem path operations. - -mod arg; -#[cfg(feature = "itoa")] -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; -- cgit v1.2.3