Skip to content

Commit

Permalink
chore(deps): update dependency rust to v1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Boshen committed Nov 29, 2024
1 parent 9abc34f commit d1ac4cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions benches/benchmarks/external_process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fn create_command() -> Command {
command
}

#[allow(clippy::zombie_processes)]
fn python_fibonacci(c: &mut Criterion) {
let has_python3 = Command::new("python3")
.arg("--version")
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.82.0"
channel = "1.83.0"
profile = "default"
2 changes: 1 addition & 1 deletion src/measurement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::{format::short, Throughput};
/// nanoseconds, the values passed to the formatter will be in nanoseconds).
///
/// Implementors are encouraged to format the values in a way that is intuitive for humans and
/// uses the SI prefix system. For example, the format used by [`WallTime`] can dsiplay the value
/// uses the SI prefix system. For example, the format used by [`WallTime`] can display the value
/// in units ranging from picoseconds to seconds depending on the magnitude of the elapsed time
/// in nanoseconds.
pub trait ValueFormatter {
Expand Down

0 comments on commit d1ac4cf

Please sign in to comment.