From 4547b622d8d29df964fa2914213088b148c498fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:32 +0200 Subject: Merging upstream version 1.67.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/intl_pluralrules/src/lib.rs | 2 +- vendor/intl_pluralrules/src/operands.rs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'vendor/intl_pluralrules/src') diff --git a/vendor/intl_pluralrules/src/lib.rs b/vendor/intl_pluralrules/src/lib.rs index 8e577dfeb..84a2fd635 100644 --- a/vendor/intl_pluralrules/src/lib.rs +++ b/vendor/intl_pluralrules/src/lib.rs @@ -1,6 +1,6 @@ //! A crate for generating plural rule operands from numberical input. //! -//! This crate generates plural operands according to the specifications outlined at [Unicode's website](http://unicode.org/reports/tr35/tr35-numbers.html#Operands). +//! This crate generates plural operands according to the specifications outlined at [Unicode's website](https://unicode.org/reports/tr35/tr35-numbers.html#Operands). //! //! Input is supported for int, float, and &str. //! diff --git a/vendor/intl_pluralrules/src/operands.rs b/vendor/intl_pluralrules/src/operands.rs index 78fa80aff..102ae8742 100644 --- a/vendor/intl_pluralrules/src/operands.rs +++ b/vendor/intl_pluralrules/src/operands.rs @@ -1,6 +1,6 @@ -//! Plural operands in compliance with [CLDR Plural Rules](http://unicode.org/reports/tr35/tr35-numbers.html#Language_Plural_Rules). +//! Plural operands in compliance with [CLDR Plural Rules](https://unicode.org/reports/tr35/tr35-numbers.html#Language_Plural_Rules). //! -//! See [full operands description](http://unicode.org/reports/tr35/tr35-numbers.html#Operands). +//! See [full operands description](https://unicode.org/reports/tr35/tr35-numbers.html#Operands). //! //! # Examples //! @@ -53,7 +53,7 @@ use std::convert::TryFrom; use std::isize; use std::str::FromStr; -/// A full plural operands representation of a number. See [CLDR Plural Rules](http://unicode.org/reports/tr35/tr35-numbers.html#Language_Plural_Rules) for complete operands description. +/// A full plural operands representation of a number. See [CLDR Plural Rules](https://unicode.org/reports/tr35/tr35-numbers.html#Language_Plural_Rules) for complete operands description. #[derive(Debug, PartialEq)] pub struct PluralOperands { /// Absolute value of input -- cgit v1.2.3