Merge pull request #5480 from meilisearch/bump-rustc-version

Bump Rust version to 1.85.1
This commit is contained in:
Louis Dureuil 2025-04-01 11:51:36 +00:00 committed by GitHub
commit 19f4c1ac98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
93 changed files with 328 additions and 338 deletions

View file

@ -940,7 +940,6 @@ where
}
/// Functions used to get default value for `Opt` fields, needs to be function because of serde's default attribute.
fn default_db_path() -> PathBuf {
PathBuf::from(DEFAULT_DB_PATH)
}
@ -1048,7 +1047,7 @@ where
{
struct BoolOrInt;
impl<'de> serde::de::Visitor<'de> for BoolOrInt {
impl serde::de::Visitor<'_> for BoolOrInt {
type Value = ScheduleSnapshot;
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {