From 4f9fe856a25ab29345b90e7725509e9ee38a37be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:41 +0200 Subject: Adding upstream version 1.69.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/camino/src/proptest_impls.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vendor/camino/src/proptest_impls.rs') diff --git a/vendor/camino/src/proptest_impls.rs b/vendor/camino/src/proptest_impls.rs index 997c88c8c..81776f226 100644 --- a/vendor/camino/src/proptest_impls.rs +++ b/vendor/camino/src/proptest_impls.rs @@ -8,9 +8,8 @@ // NOTE: #[cfg(feature = "proptest1")] is specified here to work with `doc_cfg`. -use proptest::{arbitrary::StrategyFor, prelude::*, strategy::MapInto}; - use crate::{Utf8Path, Utf8PathBuf}; +use proptest::{arbitrary::StrategyFor, prelude::*, strategy::MapInto}; /// The [`Arbitrary`] impl for `Utf8PathBuf` returns a path with between 0 and 8 components, /// joined by the [`MAIN_SEPARATOR`](std::path::MAIN_SEPARATOR) for the platform. (Each component is -- cgit v1.2.3