From 246f239d9f40f633160f0c18f87a20922d4e77bb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:06:37 +0200 Subject: Merging debian version 1.65.0+dfsg1-2. Signed-off-by: Daniel Baumann --- vendor/pest/src/token.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/pest/src/token.rs') diff --git a/vendor/pest/src/token.rs b/vendor/pest/src/token.rs index fbe544ab8..68cb1a6ee 100644 --- a/vendor/pest/src/token.rs +++ b/vendor/pest/src/token.rs @@ -7,7 +7,7 @@ // option. All files in the project carrying such notice may not be copied, // modified, or distributed except according to those terms. -use position::Position; +use crate::position::Position; /// A token generated by a `Parser`. #[derive(Clone, Debug, Eq, Hash, PartialEq)] -- cgit v1.2.3