Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 079b4c4

Browse files
committed
rust 1.89 -> 1.90
1 parent a077b66 commit 079b4c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.89"
2+
channel = "1.90"
33
profile = "default"
44
components = [ "rust-analyzer" ]

wavrw/src/chunk/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ pub struct FmtAdpcm {
781781
/// `format_tag` through `extra_size` inclusive (all fields except `id`, `size` and
782782
/// the `extra_bytes`))
783783
#[br()]
784-
#[bw(map = |_| (self.coefficient_count * 4 + 4) )]
784+
#[bw(map = |_| self.coefficient_count * 4 + 4 )]
785785
pub extra_size: u16,
786786

787787
/// Count of number of samples per block.

0 commit comments

Comments
 (0)