updating: very very minorly (#19827)

# Objective

- fix thing missed during rust update

## Solution

- fix thing missed during rust update

## Testing

- cargo clippy
This commit is contained in:
atlv 2025-06-26 17:48:20 -04:00 committed by GitHub
parent 30800401b4
commit 479c93d72b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,7 +236,7 @@ pub mod internal {
memory: format!("{:.1} GiB", sys.total_memory() as f64 * BYTES_TO_GIB),
};
info!("{:?}", system_info);
info!("{system_info:?}");
system_info
}
}